Image Editor: Fix View menu, after Scopes rename.

This commit is contained in:
Thomas Dinges 2014-02-19 21:02:51 +01:00
parent eb7485389b
commit 5f8b30bf83

@ -69,7 +69,7 @@ class IMAGE_MT_view(Menu):
show_render = sima.show_render show_render = sima.show_render
layout.operator("image.properties", icon='MENU_PANEL') layout.operator("image.properties", icon='MENU_PANEL')
layout.operator("image.scopes", icon='MENU_PANEL') layout.operator("image.toolshelf", icon='MENU_PANEL')
layout.separator() layout.separator()