Commit: 08a2101eb67ba9525d68f94dd6487c7700bc93f2
Author: Campbell Barton
Date:   Sat Feb 28 16:24:54 2015 +1100
Branches: master
https://developer.blender.org/rB08a2101eb67ba9525d68f94dd6487c7700bc93f2

Outliner: rename "Orphaned Datablocks" menu item

Makes the drop-down push searchbox out of the view (which is already quite 
cramped)
change to "Orphan Data".

===================================================================

M       source/blender/makesrna/intern/rna_space.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_space.c 
b/source/blender/makesrna/intern/rna_space.c
index 13ec2dd..11104dc 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -1834,7 +1834,7 @@ static void rna_def_space_outliner(BlenderRNA *brna)
                {SO_LIBRARIES, "LIBRARIES", 0, "Blender File", "Display data of 
current file and linked libraries"},
                {SO_DATABLOCKS, "DATABLOCKS", 0, "Datablocks", "Display all raw 
datablocks"},
                {SO_USERDEF, "USER_PREFERENCES", 0, "User Preferences", 
"Display the user preference datablocks"},
-               {SO_ID_ORPHANS, "ORPHANED_DATABLOCKS", 0, "Orphaned 
Datablocks", 
+               {SO_ID_ORPHANS, "ORPHAN_DATA", 0, "Orphan Data",
                                "Display datablocks which are unused and/or 
will be lost when the file is reloaded"},
                {0, NULL, 0, NULL, NULL}
        };

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to