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:
authorMatt Ebb <matt@mke3.net>2004-06-11 06:39:22 +0400
committerMatt Ebb <matt@mke3.net>2004-06-11 06:39:22 +0400
commit79c00d658ef4f24844143f86e07a5f460ad1ebb7 (patch)
tree63c17d8362015e26d88fb3f544981268bd33831f /release
parentd34f89b755e17a7080d18d620b1900d01fb7482e (diff)
* Added a spot for scripts to register themselves in the Help menu
* Gave the spiffy new 'System Information' script a new home there
Diffstat (limited to 'release')
-rw-r--r--release/scripts/sysinfo.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/scripts/sysinfo.py b/release/scripts/sysinfo.py
index 736eb78a961..6e05d5b2d35 100644
--- a/release/scripts/sysinfo.py
+++ b/release/scripts/sysinfo.py
@@ -1,8 +1,8 @@
#!BPY
"""
-Name: 'System Info'
+Name: 'System Information...'
Blender: 233
-Group: 'Utils'
+Group: 'Help'
Tooltip: 'Information about your Blender environment, useful to diagnose problems.'
"""
@@ -144,5 +144,5 @@ if (warnings):
output.write(", documented in the text above.")
else: output.write("\n==\nNo problems were found.")
-exitmsg = "Done!|Please check the text %s at the Text Editor window." % output.name
+exitmsg = "Done!|Please check the text %s in the Text Editor window." % output.name
Blender.Draw.PupMenu(exitmsg)