Rename "Qt Application Project" to "Qt C++ Project"

This is more consistent with "Qt Quick Project". Also,
capitalize all sections (regression from previous commit).
This commit is contained in:
Daniel Molkentin
2010-04-09 17:40:16 +02:00
parent 8b2ecc3c6e
commit 242fab34e8
3 changed files with 3 additions and 3 deletions

View File

@@ -224,7 +224,7 @@ const char * const ICON_MAGNIFIER = ":/core/images/magnifier.png";
const char * const ICON_TOGGLE_SIDEBAR = ":/core/images/sidebaricon.png";
const char * const WIZARD_CATEGORY_QT = "R.Qt";
const char * const WIZARD_TR_CATEGORY_QT = QT_TRANSLATE_NOOP("Core", "Qt files and classes");
const char * const WIZARD_TR_CATEGORY_QT = QT_TRANSLATE_NOOP("Core", "Qt Files and Classes");
const char * const SETTINGS_CATEGORY_CORE = "A.Core";
const char * const SETTINGS_CATEGORY_CORE_ICON = ":/core/images/category_core.png";