From 2203895a2028521c9532096e12351f7c753bc28d Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Mon, 2 Jul 2012 15:54:25 -0400 Subject: [PATCH] internal menu record changes --- mystic/records.pas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mystic/records.pas b/mystic/records.pas index 48b3877..b1227ed 100644 --- a/mystic/records.pas +++ b/mystic/records.pas @@ -522,10 +522,10 @@ Type Header : String[255]; Prompt : String[255]; DispCols : Byte; - ACS : String[20]; + ACS : String[30]; Password : String[15]; - TextFile : String[8]; - FallBack : String[8]; + TextFile : String[20]; + FallBack : String[20]; MenuType : Byte; { 0 = standard, 1 = lightbar, 2 = lightbar grid } InputType : Byte; { 0 = user setting, 1 = longkey, 2 = hotkey } DoneX : Byte; @@ -537,7 +537,7 @@ Type Text : String[79]; HotKey : String[8]; LongKey : String[8]; - ACS : string[20]; + ACS : string[30]; Command : String[2]; Data : String[79]; X : Byte;