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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-08-29 19:40:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-29 19:40:48 +0400
commit69949d730bb635c58e12bbb9e23bead859468f8f (patch)
tree1289bc0573ce9f457fd15539cc519fc9aa96b53e /release/scripts/ui/space_info.py
parentc2e43d7c3be5202a36da46d6ddb564148da57ef0 (diff)
added animation data update to the help menu as discussed in last meeting.
Diffstat (limited to 'release/scripts/ui/space_info.py')
-rw-r--r--release/scripts/ui/space_info.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/scripts/ui/space_info.py b/release/scripts/ui/space_info.py
index 13045d5de6d..7f8c2779920 100644
--- a/release/scripts/ui/space_info.py
+++ b/release/scripts/ui/space_info.py
@@ -317,7 +317,9 @@ class INFO_MT_help(bpy.types.Menu):
layout.operator("wm.url_open", text="Report a Bug", icon='URL').url = 'http://projects.blender.org/tracker/?atid=498&group_id=9&func=browse'
layout.separator()
layout.operator("wm.url_open", text="Python API Reference", icon='URL').url = 'http://www.blender.org/documentation/250PythonDoc/contents.html'
- layout.operator("help.operator_cheat_sheet")
+ layout.operator("help.operator_cheat_sheet", icon='TEXT')
+ layout.separator()
+ layout.operator("anim.update_data_paths", text="FCurve/Driver 2.54 fix", icon='HELP')
layout.separator()
layout.operator("wm.splash")