From 76119b5f202ad1d32f6ef83077bc4fce98cf9dc2 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Mon, 13 Jun 2005 18:36:38 +0000 Subject: [PATCH] Updated helplines --- ChangeLog | 2 ++ mbsetup/m_fgroup.c | 2 +- mbsetup/m_mgroup.c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ba62ec93..592e42d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/mbsetup/m_fgroup.c b/mbsetup/m_fgroup.c index 41163023..9a6aeab5 100644 --- a/mbsetup/m_fgroup.c +++ b/mbsetup/m_fgroup.c @@ -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")); diff --git a/mbsetup/m_mgroup.c b/mbsetup/m_mgroup.c index 292e93f8..2613187e 100644 --- a/mbsetup/m_mgroup.c +++ b/mbsetup/m_mgroup.c @@ -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; }