| Index: editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/ElementLabelProvider_NEW.java
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/ElementLabelProvider_NEW.java b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/ElementLabelProvider_NEW.java
|
| index 4bad685bec092c6a4804a7f0b873e61bfe8a6646..f21ce2ffab74ff3dca1facb3f944c2c4994e538a 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/ElementLabelProvider_NEW.java
|
| +++ b/editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/editor/ElementLabelProvider_NEW.java
|
| @@ -87,6 +87,8 @@ public class ElementLabelProvider_NEW extends LabelProvider implements
|
| : DartPluginImages.DESC_DART_FIELD_PUBLIC;
|
| } else if (elementKind.equals(ElementKind.COMPILATION_UNIT)) {
|
| return DartPluginImages.DESC_DART_COMP_UNIT;
|
| + } else if (elementKind.equals(ElementKind.PREFIX)) {
|
| + return DartPluginImages.DESC_DART_IMPORT_PREFIX;
|
| } else if (elementKind.equals(ElementKind.LIBRARY)) {
|
| return DartPluginImages.DESC_DART_LIB_FILE;
|
| } else if (elementKind.equals(ElementKind.LABEL)) {
|
|
|