From: Thomas Dinges Date: Sun, 27 Feb 2011 17:11:56 +0000 (+0000) Subject: Info > Help Menu: X-Git-Tag: v2.57~784 X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/commitdiff_plain/da27e6889a2adb7a52c04fe25fab7a9f367491e6 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. :) --- 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