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

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

Issue 23444050: Fix for 'Show in' command properties. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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
« no previous file with comments | « editor/tools/plugins/com.google.dart.tools.ui/plugin.properties ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.tools.ui/plugin.xml
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/plugin.xml b/editor/tools/plugins/com.google.dart.tools.ui/plugin.xml
index 357dc76bac1bd2875ed3f715d65c9b2523e839b4..4d7abfedca050d752019c6e36d784ec61f31117f 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/plugin.xml
+++ b/editor/tools/plugins/com.google.dart.tools.ui/plugin.xml
@@ -845,10 +845,9 @@
</command>
<command
categoryId="org.eclipse.ui.category.file"
- defaultHandler="com.google.dart.tools.ui.internal.handlers.NewFileHandler"
- description="%Command.newFile.description"
+ description="%Command.showInFinder.description"
id="com.google.dart.tools.ui.file.showInFinder"
- name="%Command.newFile.name">
+ name="%Command.showInFinder.name">
</command>
<!-- edit -->
<command
« no previous file with comments | « editor/tools/plugins/com.google.dart.tools.ui/plugin.properties ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698