forked from qt-creator/qt-creator
Wizards: Sort
Introduce new QString id() const-API and sort wizards by [untranslated] category and id. Introduce respective constants. Rubber-stamped-by: con <qtc-committer@nokia.com>
This commit is contained in:
@@ -93,7 +93,7 @@ bool TextEditorPlugin::initialize(const QStringList &arguments, QString *errorMe
|
||||
Core::BaseFileWizardParameters wizardParameters(Core::IWizard::FileWizard);
|
||||
wizardParameters.setDescription(tr("Creates a text file (.txt)."));
|
||||
wizardParameters.setName(tr("Text File"));
|
||||
wizardParameters.setCategory(QLatin1String("General"));
|
||||
wizardParameters.setCategory(QLatin1String("O.General"));
|
||||
wizardParameters.setTrCategory(tr("General"));
|
||||
m_wizard = new TextFileWizard(QLatin1String(TextEditor::Constants::C_TEXTEDITOR_MIMETYPE_TEXT),
|
||||
QLatin1String(Core::Constants::K_DEFAULT_TEXT_EDITOR),
|
||||
|
||||
Reference in New Issue
Block a user