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:
authorThomas Dinges <blender@dingto.org>2011-02-27 20:11:56 +0300
committerThomas Dinges <blender@dingto.org>2011-02-27 20:11:56 +0300
commitda27e6889a2adb7a52c04fe25fab7a9f367491e6 (patch)
treedf7e5436e2a2f533f3119a9072d74442ba11720a /release/scripts/ui
parentb39f09e962ce72b782ea1d50deb08ec227139a46 (diff)
Info > Help Menu:
Finally, the Blender icon can be used for the splash screen menu entry, on own todo for almost 1 year! Thanks to elubie for fixing this in the code. :)
Diffstat (limited to 'release/scripts/ui')
-rw-r--r--release/scripts/ui/space_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/ui/space_info.py b/release/scripts/ui/space_info.py
index c19321a198b..57cd13c5420 100644
--- a/release/scripts/ui/space_info.py
+++ b/release/scripts/ui/space_info.py
@@ -371,7 +371,7 @@ class INFO_MT_help(bpy.types.Menu):
layout.separator()
layout.operator("anim.update_data_paths", text="FCurve/Driver 2.54 fix", icon='HELP')
layout.separator()
- layout.operator("wm.splash")
+ layout.operator("wm.splash", icon='BLENDER')
# Help operators