]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix menu_cmd help not listing the shared commands (message is not translatable on...
authorterencehill <piuntn@gmail.com>
Wed, 4 Apr 2012 11:31:58 +0000 (13:31 +0200)
committerterencehill <piuntn@gmail.com>
Wed, 4 Apr 2012 12:10:56 +0000 (14:10 +0200)
qcsrc/menu/command/menu_cmd.qc

index f6312931f6a11c4117c159433c2361c949ec22c0..9d99c5c8eaba2fa17c01a5b5928a2f34cb4ae1bc 100644 (file)
@@ -35,7 +35,10 @@ void GameCommand(string theCommand)
                print(_("Usage: menu_cmd command..., where possible commands are:\n"));
                print(_("  sync - reloads all cvars on the current menu page\n"));
                print(_("  directmenu ITEM - select a menu item as main item\n"));
-               GenericCommand("help");
+
+               print("\nGeneric commands shared by all programs:\n");
+               GenericCommand_macro_help();
+
                return;
        }