* Added a spot for scripts to register themselves in the Help menu

* Gave the spiffy new 'System Information' script a new home there
This commit is contained in:
2004-06-11 02:39:22 +00:00
parent d34f89b755
commit 79c00d658e
4 changed files with 38 additions and 7 deletions

View File

@@ -84,6 +84,7 @@ typedef enum {
PYMENU_MODIFIERS, /* modifies existing obj *data* */
PYMENU_MISC,
PYMENU_MATERIALS,
PYMENU_HELP, /* inserted in the info header 'Help' menu */
PYMENU_GENERATORS, /* creates new objects */
PYMENU_IMPORT,
PYMENU_EXPORT,