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

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

Issue 576443002: Search for LabelElement and icon for LABEL in Editor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartPluginImages.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartPluginImages.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartPluginImages.java
index 1dd50e4a24006e090ceb9d16b3eea1d792eabb7e..a499dd80ca5c052991e453b302c5b745be766ddc 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartPluginImages.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/DartPluginImages.java
@@ -238,6 +238,7 @@ public class DartPluginImages {
T_DART,
"interface_private.png"); //$NON-NLS-1$
+ public static final ImageDescriptor DESC_DART_LABEL = createUnManaged(T_DART, "label.gif"); //$NON-NLS-1$
public static final ImageDescriptor DESC_DART_LOCAL_VARIABLE = createUnManaged(
T_DART,
"localvariable_obj.gif"); //$NON-NLS-1$

Powered by Google App Engine
This is Rietveld 408576698