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:
authorCampbell Barton <ideasman42@gmail.com>2010-05-16 13:57:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-05-16 13:57:01 +0400
commit66d24dd19c662d0e8b3f68466403bc7416f1a131 (patch)
tree7c916975da89d63425995980cf1d1d23232751fe /space_view3d_spacebar_menu.py
parentf05798b509b3f9053f1c0251dba9e6041ca0699c (diff)
update for change in blender operator
Diffstat (limited to 'space_view3d_spacebar_menu.py')
-rw-r--r--space_view3d_spacebar_menu.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 90b9bffc..443cb0ce 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -44,7 +44,7 @@ __version__ = '1.5'
__url__ = [""]
__bpydoc__ = """
Dynamic Menu
-This adds a the Dynamic Spacebar Menu in the 3DView.
+This adds a the Dynamic Spacebar Menu in the View3D.
Usage:
* This script gives a basic menu with common simple tools for easy access.
@@ -741,7 +741,7 @@ class VIEW3D_MT_AddMenu(bpy.types.Menu):
layout.operator_menu_enum("object.effector_add", "type",
text="Force Field",
icon='OUTLINER_OB_EMPTY')
- layout.operator_menu_enum("object.group_instance_add", "type",
+ layout.operator_menu_enum("object.group_instance_add", "group",
text="Group Instance",
icon='OUTLINER_OB_EMPTY')