Skip to content
Snippets Groups Projects
Commit 20f485df authored by hjk's avatar hjk Committed by hjk
Browse files

Re-use string constant in SubdirsProjectWizard.


Change-Id: I326ecc8c45c39c7fe544a662b2aff44adaf4c332
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 46eb49ea
No related branches found
No related tags found
No related merge requests found
......@@ -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."),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment