Merge branch 'sfhg/master' from MBSE BBS SourceForge Hg repo into 'master'.

This commit is contained in:
Robert James Clay
2015-05-18 13:00:22 -04:00
31 changed files with 912 additions and 319 deletions

View File

@@ -54,7 +54,7 @@ void ProgName(void)
return;
mbse_colour(WHITE, BLACK);
printf("\nMBAFF: MBSE BBS %s Announce new files and FileFind\n", VERSION);
printf("\nMBAFF: MBSE BBS %s Announce New Files and FileFind\n", VERSION);
mbse_colour(YELLOW, BLACK);
printf(" %s\n", COPYRIGHT);
}

View File

@@ -59,7 +59,7 @@ void ProgName(void)
return;
mbse_colour(WHITE, BLACK);
printf("\nMBDIFF: MBSE BBS %s Nodelist diff processor\n", VERSION);
printf("\nMBDIFF: MBSE BBS %s Nodelist Diff Processor\n", VERSION);
mbse_colour(YELLOW, BLACK);
printf(" %s\n", COPYRIGHT);
}

View File

@@ -157,7 +157,7 @@ void ProgName(void)
return;
mbse_colour(WHITE, BLACK);
printf("\nMBFIDO: MBSE BBS %s - Fidonet File and Mail processor\n", VERSION);
printf("\nMBFIDO: MBSE BBS %s - Fidonet File and Mail Processor\n", VERSION);
mbse_colour(YELLOW, BLACK);
printf(" %s\n", COPYRIGHT);
}

View File

@@ -52,7 +52,7 @@ void ProgName(void)
return;
mbse_colour(WHITE, BLACK);
printf("\nMBFILE: MBSE BBS %s File maintenance utility\n", VERSION);
printf("\nMBFILE: MBSE BBS %s File Maintenance Utility\n", VERSION);
mbse_colour(YELLOW, BLACK);
printf(" %s\n", COPYRIGHT);
}