Reorder the "new" wizard categories.

This commit is contained in:
con
2010-01-13 18:44:15 +01:00
parent 3061d7dc32
commit d4be77b48f
17 changed files with 88 additions and 30 deletions

View File

@@ -207,7 +207,7 @@ bool CppPlugin::initialize(const QStringList & /*arguments*/, QString *errorMess
CppFileWizard::BaseFileWizardParameters wizardParameters(Core::IWizard::FileWizard);
wizardParameters.setCategory(QLatin1String("C.C++"));
wizardParameters.setCategory(QLatin1String("O.C++"));
wizardParameters.setDisplayCategory(tr("C++"));
wizardParameters.setDisplayName(tr("C++ Class"));
wizardParameters.setId(QLatin1String("A.Class"));