summaryrefslogtreecommitdiff
path: root/share/qtcreator
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-09-21 12:02:56 +0200
committerhjk <qthjk@ovi.com>2011-09-21 12:05:18 +0200
commit56a05bf2870b0a5130dcdd4cf3d90fc0202394db (patch)
treeccd933695126e8a54716a5e2542c45e78a7486e5 /share/qtcreator
parent13418a208600dd8083fbc2fccc64c4c2b648c340 (diff)
downloadqt-creator-56a05bf2870b0a5130dcdd4cf3d90fc0202394db.tar.gz
replace 'QMake Console' with 'Plain C++'
Change-Id: I26b29ce0e62e6470629117ff21412a4cfbe74488 Reviewed-on: http://codereview.qt-project.org/5306 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'share/qtcreator')
-rw-r--r--share/qtcreator/templates/wizards/qmakeconsole/wizard.xml2
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"/>