Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/OpenAction.java |
=================================================================== |
--- editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/OpenAction.java (revision 17863) |
+++ editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/actions/OpenAction.java (working copy) |
@@ -294,9 +294,9 @@ |
if (selection instanceof DartElementSelection) { |
DartElementSelection sel = (DartElementSelection) selection; |
setEnabled(checkEnabled(sel)); |
- if (isEnabled()) { |
- setText(ActionUtil.constructMenuText(ActionMessages.OpenAction_label, false, sel)); |
- } |
+// if (isEnabled()) { |
+// setText(ActionUtil.constructMenuText(ActionMessages.OpenAction_label, false, sel)); |
+// } |
} else { |
selectionChanged((ITextSelection) selection); |
} |