1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

update images

This commit is contained in:
David Inglis 2004-05-11 13:24:28 +00:00
parent e187f68cbc
commit cb7eb62a66

View file

@ -271,11 +271,11 @@ class CPElementLabelProvider extends LabelProvider {
} else if (element instanceof CPElementGroup) { } else if (element instanceof CPElementGroup) {
switch ( ((CPElementGroup)element).getEntryType()) { switch ( ((CPElementGroup)element).getEntryType()) {
case IPathEntry.CDT_INCLUDE : case IPathEntry.CDT_INCLUDE :
return fRegistry.get(fIncludeIcon); return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_CONTAINER);
case IPathEntry.CDT_MACRO : case IPathEntry.CDT_MACRO :
return fRegistry.get(fMacroIcon); return fRegistry.get(fMacroIcon);
case IPathEntry.CDT_LIBRARY : case IPathEntry.CDT_LIBRARY :
return fRegistry.get(fLibIcon); return CPluginImages.get(CPluginImages.IMG_OBJS_LIBRARY);
} }
} }
return null; return null;