Changed the maildomain setup screens and docs.

This commit is contained in:
Michiel Broek
2002-02-13 19:52:21 +00:00
parent cc87df6807
commit 55e1920279
3 changed files with 19 additions and 20 deletions

View File

@@ -1181,9 +1181,9 @@ int edit_msgtype(int y, int x, int val)
char *getemailmode(int val)
{
switch (val) {
case E_NOISP: return (char *)"No ISP ";
case E_TMPISP: return (char *)"Dial. ISP";
case E_PRMISP: return (char *)"Perm. ISP";
case E_NOISP: return (char *)"No internet ";
case E_TMPISP: return (char *)"No maildomain ";
case E_PRMISP: return (char *)"Own maildomain";
default: return NULL;
}
}
@@ -1201,7 +1201,7 @@ int edit_emailmode(int y, int x, int val)
{
int ch;
showhelp((char *)"Toggle ^ISP Email Mode^ with spacebar, press <Enter> whene done.");
showhelp((char *)"Toggle ^Internet Email Mode^ with spacebar, press <Enter> whene done.");
do {
set_color(YELLOW, BLUE);
show_emailmode(y, x, val);

View File

@@ -163,7 +163,7 @@ void e_reginfo(void)
switch(select_menu(10)) {
case 0: return;
case 1: E_STR( 7,25,35, CFG.bbs_name, "Name of this ^BBS^ system")
case 2: E_STR( 8,25,35, CFG.sysdomain, "Full internet ^domain^ name of this system")
case 2: E_STR( 8,25,35, CFG.sysdomain, "Internet ^mail domain^ name of this system")
case 3: E_STR( 9,25, 8, CFG.sysop, "^Unix name^ of the sysop")
case 4: E_STR(10,25,35, CFG.sysop_name, "^Fidonet name^ of the sysop")
case 5: E_STR(11,25,35, CFG.location, "^Location^ (city) of this system")