1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

New set of icons from Chris Wiebe.

This commit is contained in:
Alain Magloire 2004-03-30 21:46:13 +00:00
parent 223e4b652a
commit c3f3e1e881
7 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,15 @@
2004-03-30 Alain Magloire
New set of icons from Chris Wiebe.
* icons/full/obj16/enum_obj.gif
* icons/full/obj16/namespace_obj.gif
* icons/full/obj16/struct_obj.gif
* icons/full/obj16/union_obj.gif
* icons/full/obj16/typedef_obj.gif
* browser/org/eclipse/cdt/ui/browser/TypeInfoLabelProvider.java
2004-03-30 Alain Magloire 2004-03-30 Alain Magloire
Fix in the CView was not refreshing. Fix in the CView was not refreshing.

View file

@ -28,7 +28,7 @@ public class TypeInfoLabelProvider extends LabelProvider {
private static final Image HEADER_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_TUNIT_HEADER); private static final Image HEADER_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_TUNIT_HEADER);
private static final Image SOURCE_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_TUNIT); private static final Image SOURCE_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_TUNIT);
private static final Image NAMESPACE_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_CONTAINER); private static final Image NAMESPACE_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_NAMESPACE);
private static final Image TEMPLATE_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_TEMPLATE); private static final Image TEMPLATE_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_TEMPLATE);
private static final Image CLASS_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_CLASS); private static final Image CLASS_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_CLASS);
private static final Image STRUCT_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_STRUCT); private static final Image STRUCT_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_STRUCT);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 910 B

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 910 B

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 170 B