Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElia Sarti <vekoon@gmail.com>2010-03-29 12:27:04 +0400
committerElia Sarti <vekoon@gmail.com>2010-03-29 12:27:04 +0400
commit97e1c0289df4766f926083ca352790108998169b (patch)
treea36847db371a99a428064bbb02073fb6df1fcbbd /release
parent227baee3d420bd68866009b3be93117371bfd14f (diff)
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.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_info.py2
1 files changed, 2 insertions, 0 deletions
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