From 97e1c0289df4766f926083ca352790108998169b Mon Sep 17 00:00:00 2001 From: Elia Sarti Date: Mon, 29 Mar 2010 08:27:04 +0000 Subject: 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. --- release/scripts/ui/space_info.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'release') diff --git a/release/scripts/ui/space_info.py b/release/scripts/ui/space_info.py index f8f8f5cefe3..4ce0c5becad 100644 --- a/release/scripts/ui/space_info.py +++ b/release/scripts/ui/space_info.py @@ -309,6 +309,8 @@ class INFO_MT_help(bpy.types.Menu): layout.separator() layout.operator("help.python_api", icon='URL') layout.operator("help.operator_cheat_sheet") + layout.separator() + layout.operator("wm.splash") # Help operators -- cgit v1.2.3