UI: use consistent names in theme preferences and editors menu

Differential Revision: https://developer.blender.org/D7087
This commit is contained in:
Adrian Newton 2020-03-19 20:46:48 +01:00 committed by Brecht Van Lommel
parent f974bf2cba
commit 45dbe0be69
1 changed files with 2 additions and 2 deletions

View File

@ -3729,12 +3729,12 @@ static void rna_def_userdef_themes(BlenderRNA *brna)
{0, "USER_INTERFACE", ICON_WORKSPACE, "User Interface", ""},
{19, "STYLE", ICON_FONTPREVIEW, "Text Style", ""},
{18, "BONE_COLOR_SETS", ICON_COLOR, "Bone Color Sets", ""},
{1, "VIEW_3D", ICON_VIEW3D, "3D View", ""},
{1, "VIEW_3D", ICON_VIEW3D, "3D Viewport", ""},
{3, "GRAPH_EDITOR", ICON_GRAPH, "Graph Editor", ""},
{4, "DOPESHEET_EDITOR", ICON_ACTION, "Dope Sheet", ""},
{5, "NLA_EDITOR", ICON_NLA, "Nonlinear Animation", ""},
{6, "IMAGE_EDITOR", ICON_IMAGE, "UV/Image Editor", ""},
{7, "SEQUENCE_EDITOR", ICON_SEQUENCE, "Video Sequence Editor", ""},
{7, "SEQUENCE_EDITOR", ICON_SEQUENCE, "Video Sequencer", ""},
{8, "TEXT_EDITOR", ICON_TEXT, "Text Editor", ""},
{9, "NODE_EDITOR", ICON_NODETREE, "Node Editor", ""},
{11, "PROPERTIES", ICON_PROPERTIES, "Properties", ""},