1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

Added icon for conversion wizard

This commit is contained in:
Judy N. Green 2003-02-17 17:05:19 +00:00
parent 4453da7299
commit f79f421947
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2003-02-17 Judy N. Green
* plugin.xml
* icons/full/ctool16/convert-normal.gif
Added a new icon for the conversion wizard
2003-02-13 Alain Magloire
* src/org/eclipse/cdt/internal/ui/editor/OpenIncludeAction.java:

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 B

View file

@ -162,7 +162,7 @@
<!-- For C Conversion Wizard -->
<wizard
name="%StdMakeConversionWizard.name"
icon="icons/full/ctool16/newcc_app.gif"
icon="icons/full/ctool16/convert-normal.gif"
category="org.eclipse.cdt.ui.newCWizards"
class="org.eclipse.cdt.ui.wizards.conversion.ConvertToStdMakeConversionWizard"
project="true"
@ -192,7 +192,7 @@
<!-- For C++ Conversion Wizard -->
<wizard
name="%StdMakeConversionWizard.name"
icon="icons/full/ctool16/newcc_app.gif"
icon="icons/full/ctool16/convert-normal.gif"
category="org.eclipse.cdt.ui.newCCWizards"
class="org.eclipse.cdt.ui.wizards.conversion.ConvertToStdMakeConversionWizard"
project="true"