From da27e6889a2adb7a52c04fe25fab7a9f367491e6 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 27 Feb 2011 17:11:56 +0000 Subject: [PATCH] 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. :) --- release/scripts/ui/space_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.28.0