Add a configure item to the external tools menu.

This commit is contained in:
con
2011-02-21 11:29:16 +01:00
parent 1d3adef24a
commit 3b707461da
4 changed files with 21 additions and 2 deletions

View File

@@ -253,6 +253,7 @@ const char * const SETTINGS_CATEGORY_CORE = "A.Core";
const char * const SETTINGS_CATEGORY_CORE_ICON = ":/core/images/category_core.png";
const char * const SETTINGS_TR_CATEGORY_CORE = QT_TRANSLATE_NOOP("Core", "Environment");
const char * const SETTINGS_ID_ENVIRONMENT = "A.General";
const char * const SETTINGS_ID_TOOLS = "G.ExternalTools";
const char * const SETTINGS_DEFAULTTEXTENCODING = "General/DefaultFileEncoding";