mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
bug 285033: disabled descriptor for inexistent image (wrong folder)
This commit is contained in:
parent
970872140e
commit
d08f8469bc
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ public class CPluginImages {
|
|||
public static final String IMG_OBJS_UNKNOWN = NAME_PREFIX + "unknown_obj.gif"; //$NON-NLS-1$
|
||||
|
||||
public static final ImageDescriptor DESC_BUILD_CONSOLE = createManaged(T_VIEW, IMG_VIEW_BUILD);
|
||||
public static final ImageDescriptor IMG_SAVE_CONSOLE_DESC = createManaged(T_VIEW, IMG_SAVE_CONSOLE);
|
||||
public static final ImageDescriptor IMG_SAVE_CONSOLE_DESC = null; // not used
|
||||
|
||||
public static final ImageDescriptor DESC_OBJS_VARIABLE= createManaged(T_OBJ, IMG_OBJS_VARIABLE);
|
||||
public static final ImageDescriptor DESC_OBJS_LOCAL_VARIABLE= createManaged(T_OBJ, IMG_OBJS_LOCAL_VARIABLE);
|
||||
|
|
Loading…
Add table
Reference in a new issue