forked from qt-creator/qt-creator
Editor: rename "Static" in Font & Colors settings
to more clearer "Enumeration" Change-Id: I785edb6d31a4cd6a0875549f80bcf791ad61587a Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
This commit is contained in:
committed by
Leandro Melo
parent
f47a916c53
commit
33f8a42503
@@ -57,7 +57,9 @@ const char *nameForStyle(TextStyle style)
|
||||
case C_TYPE: return "Type";
|
||||
case C_LOCAL: return "Local";
|
||||
case C_FIELD: return "Field";
|
||||
case C_STATIC: return "Static";
|
||||
// TODO: Rename "Static" to "Enumeration" in next major update,
|
||||
// because renaming here would break styles defined by the user.
|
||||
case C_ENUMERATION: return "Static";
|
||||
case C_VIRTUAL_METHOD: return "VirtualMethod";
|
||||
case C_FUNCTION: return "Function";
|
||||
case C_KEYWORD: return "Keyword";
|
||||
|
||||
Reference in New Issue
Block a user