mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
update images
This commit is contained in:
parent
e187f68cbc
commit
cb7eb62a66
1 changed files with 2 additions and 2 deletions
|
@ -271,11 +271,11 @@ class CPElementLabelProvider extends LabelProvider {
|
|||
} else if (element instanceof CPElementGroup) {
|
||||
switch ( ((CPElementGroup)element).getEntryType()) {
|
||||
case IPathEntry.CDT_INCLUDE :
|
||||
return fRegistry.get(fIncludeIcon);
|
||||
return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_CONTAINER);
|
||||
case IPathEntry.CDT_MACRO :
|
||||
return fRegistry.get(fMacroIcon);
|
||||
case IPathEntry.CDT_LIBRARY :
|
||||
return fRegistry.get(fLibIcon);
|
||||
return CPluginImages.get(CPluginImages.IMG_OBJS_LIBRARY);
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Add table
Reference in a new issue