forked from qt-creator/qt-creator
Re-use string constant in SubdirsProjectWizard.
Change-Id: I326ecc8c45c39c7fe544a662b2aff44adaf4c332 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Internal {
|
||||
SubdirsProjectWizard::SubdirsProjectWizard()
|
||||
: QtWizard(QLatin1String("U.Qt4Subdirs"),
|
||||
QLatin1String(ProjectExplorer::Constants::PROJECT_WIZARD_CATEGORY),
|
||||
QLatin1String("Non-Qt Project"),
|
||||
QLatin1String(ProjectExplorer::Constants::PROJECT_WIZARD_CATEGORY_DISPLAY),
|
||||
tr("Subdirs Project"),
|
||||
tr("Creates a qmake-based subdirs project. This allows you to group "
|
||||
"your projects in a tree structure."),
|
||||
|
Reference in New Issue
Block a user