From 76049f24d90fea19cab0dd184dd3f5f72b821f15 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Mon, 26 Feb 2007 16:36:44 +0000 Subject: [PATCH] Change logo.asc screen to logo.ans --- ChangeLog | 5 +++++ mbtask/mbtask.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 48d4cbde..5b87a173 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/mbtask/mbtask.c b/mbtask/mbtask.c index 04185a6e..5313e06f 100644 --- a/mbtask/mbtask.c +++ b/mbtask/mbtask.c @@ -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");