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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <j.jaydez@gmail.com>2011-01-03 16:22:40 +0300
committerJonathan Smith <j.jaydez@gmail.com>2011-01-03 16:22:40 +0300
commit1e8e6f1d3357b17cb8ec295c8991cd7d496542be (patch)
treea00e5cedc3b91eef7748573e34ee4362b0432fa0 /space_view3d_spacebar_menu.py
parentf9913fcfd8f176ea2217d6cfb6fd35e88678afa1 (diff)
Spacebar Menu: Changed select menu it editmode so that it was correct (Thanks Bao2)
Diffstat (limited to 'space_view3d_spacebar_menu.py')
-rw-r--r--space_view3d_spacebar_menu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 316e9ff5..e83ff1cb 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -173,7 +173,7 @@ class VIEW3D_MT_Space_Dynamic_Menu(bpy.types.Menu):
layout.menu("VIEW3D_MT_uv_map", icon='MOD_UVPROJECT')
# Select block
- layout.menu("VIEW3D_MT_SelectMenu", icon='RESTRICT_SELECT_OFF')
+ layout.menu("VIEW3D_MT_SelectEditMenu", icon='RESTRICT_SELECT_OFF')
# Toolshelf block
layout.operator("view3d.toolshelf", icon='MENU_PANEL')