[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35226] trunk/blender/release/scripts/ui/ space_info.py: Info > Help Menu:

Thomas Dinges blender at dingto.de
Sun Feb 27 18:11:57 CET 2011


Revision: 35226
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35226
Author:   dingto
Date:     2011-02-27 17:11:56 +0000 (Sun, 27 Feb 2011)
Log Message:
-----------
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. :) 

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/space_info.py

Modified: trunk/blender/release/scripts/ui/space_info.py
===================================================================
--- trunk/blender/release/scripts/ui/space_info.py	2011-02-27 16:58:37 UTC (rev 35225)
+++ trunk/blender/release/scripts/ui/space_info.py	2011-02-27 17:11:56 UTC (rev 35226)
@@ -371,7 +371,7 @@
             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




More information about the Bf-blender-cvs mailing list