Re-use string constant in SubdirsProjectWizard.

Change-Id: I326ecc8c45c39c7fe544a662b2aff44adaf4c332
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-11-18 19:16:23 +01:00
committed by hjk
parent 46eb49eafd
commit 20f485df59

View File

@@ -45,7 +45,7 @@ namespace Internal {
SubdirsProjectWizard::SubdirsProjectWizard() SubdirsProjectWizard::SubdirsProjectWizard()
: QtWizard(QLatin1String("U.Qt4Subdirs"), : QtWizard(QLatin1String("U.Qt4Subdirs"),
QLatin1String(ProjectExplorer::Constants::PROJECT_WIZARD_CATEGORY), QLatin1String(ProjectExplorer::Constants::PROJECT_WIZARD_CATEGORY),
QLatin1String("Non-Qt Project"), QLatin1String(ProjectExplorer::Constants::PROJECT_WIZARD_CATEGORY_DISPLAY),
tr("Subdirs Project"), tr("Subdirs Project"),
tr("Creates a qmake-based subdirs project. This allows you to group " tr("Creates a qmake-based subdirs project. This allows you to group "
"your projects in a tree structure."), "your projects in a tree structure."),