diff options
-rw-r--r-- | share/qtcreator/templates/wizards/qmakeconsole/wizard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/qmakeconsole/wizard.xml b/share/qtcreator/templates/wizards/qmakeconsole/wizard.xml index 1b73dc2071..22aafa7eee 100644 --- a/share/qtcreator/templates/wizards/qmakeconsole/wizard.xml +++ b/share/qtcreator/templates/wizards/qmakeconsole/wizard.xml @@ -42,7 +42,7 @@ leave room for the Qt 4 target page. id="R.QMake Console" category="I.Projects"> <icon>console.png</icon> <description>Creates a pure console project using QMake, not using the Qt library.</description> - <displayname>QMake Console</displayname>; + <displayname>Plain C++ Project</displayname>; <displaycategory>Other Project</displaycategory> <files> <file source="main.cpp" openeditor="true"/> |