Revision: 48660
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48660
Author:   vino
Date:     2012-07-05 18:33:52 +0000 (Thu, 05 Jul 2012)
Log Message:
-----------
Shift actually does not do anything here anymore.

Modified Paths:
--------------
    branches/soc-2012-bratwurst/source/blender/makesrna/intern/rna_scene.c

Modified: branches/soc-2012-bratwurst/source/blender/makesrna/intern/rna_scene.c
===================================================================
--- branches/soc-2012-bratwurst/source/blender/makesrna/intern/rna_scene.c      
2012-07-05 18:04:17 UTC (rev 48659)
+++ branches/soc-2012-bratwurst/source/blender/makesrna/intern/rna_scene.c      
2012-07-05 18:33:52 UTC (rev 48660)
@@ -4312,7 +4312,7 @@
        RNA_def_property_boolean_sdna(prop, NULL, "lay", 1);
        RNA_def_property_array(prop, 20);
        RNA_def_property_boolean_funcs(prop, NULL, "rna_Scene_layer_set");
-       RNA_def_property_ui_text(prop, "Layers", "Visible layers - Drag to 
select multiple, Shift-click to deselect");
+       RNA_def_property_ui_text(prop, "Layers", "Visible layers - Drag to 
select or deselect multiple layers");
        RNA_def_property_update(prop, NC_SCENE | ND_LAYER, 
"rna_Scene_layer_update");
 
        /* active layer */

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

Reply via email to