[Bf-blender-cvs] [5f8b30b] master: Image Editor: Fix View menu, after Scopes rename.

Thomas Dinges noreply at git.blender.org
Wed Feb 19 21:03:18 CET 2014


Commit: 5f8b30bf830e3aea5184993b7d4d3e0873a2c851
Author: Thomas Dinges
Date:   Wed Feb 19 21:02:51 2014 +0100
https://developer.blender.org/rB5f8b30bf830e3aea5184993b7d4d3e0873a2c851

Image Editor: Fix View menu, after Scopes rename.

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

M	release/scripts/startup/bl_ui/space_image.py

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

diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index 10d292b..529cea1 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -69,7 +69,7 @@ class IMAGE_MT_view(Menu):
         show_render = sima.show_render
 
         layout.operator("image.properties", icon='MENU_PANEL')
-        layout.operator("image.scopes", icon='MENU_PANEL')
+        layout.operator("image.toolshelf", icon='MENU_PANEL')
 
         layout.separator()




More information about the Bf-blender-cvs mailing list