Revision: 27826
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27826
Author:   vekoon
Date:     2010-03-29 10:27:04 +0200 (Mon, 29 Mar 2010)

Log Message:
-----------
Added splash screen item in the Help menu. Not sure why it wasn't there in the 
first place? It's used to get the revision number and if the intention was to 
add a more adequate "About" window it can be replaced later.

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      2010-03-29 07:57:21 UTC 
(rev 27825)
+++ trunk/blender/release/scripts/ui/space_info.py      2010-03-29 08:27:04 UTC 
(rev 27826)
@@ -309,6 +309,8 @@
         layout.separator()
         layout.operator("help.python_api", icon='URL')
         layout.operator("help.operator_cheat_sheet")
+        layout.separator()
+        layout.operator("wm.splash")
 
 
 # Help operators


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to