forked from qt-creator/qt-creator
Redesign the New Projects/Files dialog
- allow for more verbose description - allow to fit all catagories and subcategories in - bring more clear separation between projects and files - expense: one more click Reviewed-by: jbache
This commit is contained in:
@@ -40,7 +40,7 @@ const char * const VCS_SETTINGS_TR_CATEGORY = QT_TRANSLATE_NOOP("VCSBase", "Vers
|
||||
const char * const VCS_COMMON_SETTINGS_ID = "A.Common";
|
||||
const char * const VCS_COMMON_SETTINGS_NAME = QT_TRANSLATE_NOOP("VCSBase", "Common");
|
||||
|
||||
const char * const VCS_WIZARD_TR_CATEGORY = QT_TRANSLATE_NOOP("VCSBase", "Version Control");
|
||||
const char * const VCS_WIZARD_TR_CATEGORY = QT_TRANSLATE_NOOP("VCSBase", "Project from Version Control");
|
||||
const char * const VCS_WIZARD_CATEGORY = "L.Version Control";
|
||||
|
||||
// Ids for sort order (wizards and preferences)
|
||||
|
||||
Reference in New Issue
Block a user