Updated Offline Reader

This commit is contained in:
Michiel Broek
2003-03-02 13:29:33 +00:00
parent edad301e0a
commit 4cbb31a07b
29 changed files with 689 additions and 878 deletions

View File

@@ -2148,6 +2148,7 @@ char *getmenutype(int val)
case 317: return (char *)"Change FS edit shortcut keys";
case 318: return (char *)"Change address";
case 319: return (char *)"Change .signature file";
case 320: return (char *)"Change OLR Extended Info";
case 401: return (char *)"Add oneliner";
case 402: return (char *)"List oneliners";

View File

@@ -198,7 +198,7 @@ int GetMenuType(void)
case 1: return GetSubmenu(1, 21);
case 2: return GetSubmenu(101, 19);
case 3: return GetSubmenu(201, 21);
case 4: return GetSubmenu(301, 19);
case 4: return GetSubmenu(301, 20);
case 5: return GetSubmenu(401, 5);
case 6: return GetSubmenu(501, 6);
default: return 0;