mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
2004-09-07 Chris Wiebe
comment out old class wizard * plugin.xml
This commit is contained in:
parent
3831dd4b2e
commit
cee8b24391
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-09-07 Chris Wiebe
|
||||
|
||||
comment out old class wizard
|
||||
* plugin.xml
|
||||
|
||||
2004-09-07 Bogdan Gheorghe
|
||||
|
||||
Fix for Bug 73191: Search not finding all references in a specific example
|
||||
|
|
|
@ -314,6 +314,7 @@
|
|||
name="%newCCWizardsCategory.name"
|
||||
id="org.eclipse.cdt.ui.newCCWizards">
|
||||
</category>
|
||||
<!-- old class wizard
|
||||
<wizard
|
||||
name="%NewWizards.class"
|
||||
icon="icons/full/ctool16/newclass_wiz.gif"
|
||||
|
@ -327,8 +328,9 @@
|
|||
%NewWizards.class.description
|
||||
</description>
|
||||
</wizard>
|
||||
-->
|
||||
<wizard
|
||||
name="New C++ Class"
|
||||
name="%NewWizards.class"
|
||||
icon="icons/full/ctool16/newclass_wiz.gif"
|
||||
category="org.eclipse.cdt.ui.newCCWizards"
|
||||
finalPerspective="org.eclipse.cdt.ui.CPerspective"
|
||||
|
|
Loading…
Add table
Reference in a new issue