Fix T63859: outdated info editor description
Contributed by EitanSomething. Differential Revision: https://developer.blender.org/D4735
This commit is contained in:
@@ -112,12 +112,7 @@ const EnumPropertyItem rna_enum_space_type_items[] = {
|
||||
"Python Console",
|
||||
"Interactive programmatic console for "
|
||||
"advanced editing and script development"},
|
||||
{SPACE_INFO,
|
||||
"INFO",
|
||||
ICON_INFO,
|
||||
"Info",
|
||||
"Main menu bar and list of error messages "
|
||||
"(drag down to expand and display)"},
|
||||
{SPACE_INFO, "INFO", ICON_INFO, "Info", "Log of operations, warnings and error messages"},
|
||||
/* Special case: Top-bar and Status-bar aren't supposed to be a regular editor for the user. */
|
||||
{SPACE_TOPBAR,
|
||||
"TOPBAR",
|
||||
|
||||
Reference in New Issue
Block a user