Updated helplines
This commit is contained in:
parent
a9b4e7d504
commit
76119b5f20
@ -82,6 +82,8 @@ v0.71.2 16-Jan-2005
|
||||
Added chatserver setup, only visible when compiled with the
|
||||
--enable-experint configuration.
|
||||
Made some web sitedoc screens look better.
|
||||
Changed helplines for areamanager filenames to indicate that
|
||||
these are case sensitive.
|
||||
|
||||
html:
|
||||
Added batch file upload written by Russell Tiedt to the faq.
|
||||
|
@ -422,7 +422,7 @@ int EditFGrpRec(int Area)
|
||||
case 5: fgroup.UpLink = PullUplink((char *)"10.1.5");
|
||||
FgScreen();
|
||||
break;
|
||||
case 6: E_STR( 11,16,12,fgroup.AreaFile, "The name of the ^Areas File^ from the uplink")
|
||||
case 6: E_STR( 11,16,12,fgroup.AreaFile, "The name of the ^Areas File^ from the uplink (case sensitive)")
|
||||
case 7: E_BOOL(12,16, fgroup.FileGate, "Is the areas file in ^filegate.zxx^ format")
|
||||
case 8: E_STR( 13,16,14,fgroup.Banner, "The ^banner^ to add to the archives")
|
||||
case 9: strcpy(fgroup.Convert, PickArchive((char *)"10.1.9"));
|
||||
|
@ -426,7 +426,7 @@ int EditMGrpRec(int Area)
|
||||
case 18:mgroup.UpLink = PullUplink((char *)"9.1.18");
|
||||
MgScreen();
|
||||
break;
|
||||
case 19:E_STR( 19,42,12, mgroup.AreaFile, "The name of the ^Areas File^ from the uplink")
|
||||
case 19:E_STR( 19,42,12, mgroup.AreaFile, "The name of the ^Areas File^ from the uplink (case sensitive)")
|
||||
case 20:mgroup.Charset = edit_charset(14, 70, mgroup.Charset);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user