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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/CopyFilePathAction.java

Issue 9704059: Files View copy/paste and keybindings/menu repair. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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.ui/src/com/google/dart/tools/ui/actions/CopyFilePathAction.java
===================================================================
--- editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/CopyFilePathAction.java (revision 5505)
+++ editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/CopyFilePathAction.java (working copy)
@@ -13,6 +13,7 @@
*/
package com.google.dart.tools.ui.actions;
+import com.google.dart.tools.ui.DartToolsPlugin;
import com.google.dart.tools.ui.internal.filesview.FilesView;
import org.eclipse.core.resources.IResource;
@@ -46,7 +47,7 @@
setText(ActionMessages.CopyFilePathAction_text);
setDescription(ActionMessages.CopyFilePathAction_description);
setToolTipText(ActionMessages.CopyFilePathAction_tooltip);
-// setImageDescriptor(DartToolsPlugin.getImageDescriptor("icons/full/dart16/library_new.png"));
+ setImageDescriptor(DartToolsPlugin.getImageDescriptor("icons/full/elcl16/cpyqual_menu.gif"));
setId(ACTION_ID);
setEnabled(false);
}

Powered by Google App Engine
This is Rietveld 408576698