Change logo.asc screen to logo.ans

This commit is contained in:
Michiel Broek 2007-02-26 16:36:44 +00:00
parent 50baddf305
commit 76049f24d9
2 changed files with 6 additions and 1 deletions

View File

@ -16,6 +16,11 @@ v0.91.5 18-Feb-2007
Run "mbfile index -f " once to regenerate all download html
index pages with UTF-8 encoding. Check the error.log for
errors.
In mbsetup menu 1.3.7 change logo.asc into logo.ans and make
sure you have that file. A note about the logo file, it will
be displayed before we know if a user ahs a utf-8 or ansi
terminal, so change your logo screen so that it has no ansi
grafics, just plain ascii with ansi color codes.
mbsebbs:
Added terminal setting UTF-8.

View File

@ -160,7 +160,7 @@ void load_maincfg(void)
snprintf(CFG.default_menu, 15, "main.mnu");
snprintf(CFG.deflang, 10, "en");
snprintf(CFG.chat_log, 15, "chat.log");
snprintf(CFG.welcome_logo, 15, "logo.asc");
snprintf(CFG.welcome_logo, 15, "logo.ans");
snprintf(CFG.mgrlog, 15, "manager.log");
snprintf(CFG.debuglog, 15, "debug.log");