Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1432)

Unified Diff: editor/tools/plugins/com.google.dart.tools.debug.ui/plugin.properties

Issue 9178032: Rename and move refactorings in the launch code. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.tools.debug.ui/plugin.properties
===================================================================
--- editor/tools/plugins/com.google.dart.tools.debug.ui/plugin.properties (revision 3372)
+++ editor/tools/plugins/com.google.dart.tools.debug.ui/plugin.properties (working copy)
@@ -1,18 +1,18 @@
#########################################
-# Copyright (c) 2011, the Dart project authors
+# Copyright (c) 2012, the Dart project authors
# All Rights Reserved.
#########################################
pluginName = Dart Debug UI for Eclipse
providerName = Dart
-dart.launch.config.client.name = Dart Client Application
+dart.launch.config.client.name = Dart Web Launch
dart.launch.config.tab.main = Main
-dart.launch.shortcut.label = Dart Client Application
+dart.launch.shortcut.label = Dart Web Launch
-dart.serverlaunch.shortcut.label = Dart Server Application
-dart.chromelaunch.shortcut.label = Dart in Chrome
+dart.serverlaunch.shortcut.label = Dart Server Launch
+dart.chromelaunch.shortcut.label = Dartium Launch
debugPreferencePageName = Launch

Powered by Google App Engine
This is Rietveld 408576698