Added GV menu command to menu command list
This commit is contained in:
parent
43bc5d59d5
commit
cc11df4162
|
@ -30,7 +30,7 @@ Type
|
||||||
End;
|
End;
|
||||||
|
|
||||||
Const
|
Const
|
||||||
Num_Cmds = 98;
|
Num_Cmds = 99;
|
||||||
MenuCmds : Array[1..Num_Cmds] of CmdRec = (
|
MenuCmds : Array[1..Num_Cmds] of CmdRec = (
|
||||||
// AUTOSIG MENU COMMANDS
|
// AUTOSIG MENU COMMANDS
|
||||||
( Name: 'AE'; Desc: 'Autosig editor' ),
|
( Name: 'AE'; Desc: 'Autosig editor' ),
|
||||||
|
@ -80,6 +80,7 @@ Const
|
||||||
( Name: 'GS'; Desc: 'Gosub to new menu' ),
|
( Name: 'GS'; Desc: 'Gosub to new menu' ),
|
||||||
( Name: 'GT'; Desc: 'Display line of text' ),
|
( Name: 'GT'; Desc: 'Display line of text' ),
|
||||||
( Name: 'GU'; Desc: 'Display user list' ),
|
( Name: 'GU'; Desc: 'Display user list' ),
|
||||||
|
( Name: 'GV'; Desc: 'ANSI File viewer' ),
|
||||||
( Name: 'GX'; Desc: 'Execute MPL program' ),
|
( Name: 'GX'; Desc: 'Execute MPL program' ),
|
||||||
( Name: 'G?'; Desc: 'Open ANSI help browser' ),
|
( Name: 'G?'; Desc: 'Open ANSI help browser' ),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue