Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2016-08-26 00:51:58 +0300
committerThomas Dinges <blender@dingto.org>2016-08-26 01:16:31 +0300
commit10d3fe34ecdcc96e097eaeff8378d0793fecc8ea (patch)
tree9a5ce3b2c8c85026a3a90dfd0c0b31826677e6b3 /source/blender/makesrna/intern/rna_space.c
parent09ea19c76e3f16396be48b50998211ae02b193fa (diff)
Further work on the Statistics Editor.
* Fix drawing, now it at least draws a solid main area. * Add empty UI py file.
Diffstat (limited to 'source/blender/makesrna/intern/rna_space.c')
-rw-r--r--source/blender/makesrna/intern/rna_space.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index d8c36cbcf24..00280749c9f 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -79,7 +79,7 @@ EnumPropertyItem rna_enum_space_type_items[] = {
{0, "", ICON_NONE, NULL, NULL},
{SPACE_BUTS, "PROPERTIES", ICON_BUTS, "Properties", "Edit properties of active object and related data-blocks"},
{SPACE_OUTLINER, "OUTLINER", ICON_OOPS, "Outliner", "Overview of scene graph and all available data-blocks"},
- {SPACE_STATS, "STATS", ICON_OOPS, "Statistics", "Display various statistics and logs"},
+ {SPACE_STATS, "STATS", ICON_SCRIPT, "Statistics", "Display various statistics and logs"},
{SPACE_USERPREF, "USER_PREFERENCES", ICON_PREFERENCES, "User Preferences", "Edit persistent configuration settings"},
{SPACE_INFO, "INFO", ICON_INFO, "Info", "Main menu bar and list of error messages (drag down to expand and display)"},
{0, "", ICON_NONE, NULL, NULL},