Added GV menu command to menu command list

This commit is contained in:
mysticbbs 2013-02-16 21:23:51 -05:00
parent 43bc5d59d5
commit cc11df4162
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ Type
End;
Const
Num_Cmds = 98;
Num_Cmds = 99;
MenuCmds : Array[1..Num_Cmds] of CmdRec = (
// AUTOSIG MENU COMMANDS
( Name: 'AE'; Desc: 'Autosig editor' ),
@ -80,6 +80,7 @@ Const
( Name: 'GS'; Desc: 'Gosub to new menu' ),
( Name: 'GT'; Desc: 'Display line of text' ),
( Name: 'GU'; Desc: 'Display user list' ),
( Name: 'GV'; Desc: 'ANSI File viewer' ),
( Name: 'GX'; Desc: 'Execute MPL program' ),
( Name: 'G?'; Desc: 'Open ANSI help browser' ),