From 339e0b6c7032363bda34501cc19f41c81d652d33 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Wed, 19 May 2004 21:35:03 +0000 Subject: [PATCH] Fixed screen 1.2 --- mbsetup/m_global.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mbsetup/m_global.c b/mbsetup/m_global.c index 27061a54..bbb92335 100644 --- a/mbsetup/m_global.c +++ b/mbsetup/m_global.c @@ -150,9 +150,9 @@ void e_reginfo(void) show_str(10,25,35, CFG.sysop_name); show_str(11,25,35, CFG.location); show_str(12,25, 8, CFG.bbsid); - show_str(14,25,55, CFG.comment); - show_str(15,25,50, CFG.origin); - show_str(16,25, 8, CFG.startname); + show_str(13,25,55, CFG.comment); + show_str(14,25,50, CFG.origin); + show_str(15,25, 8, CFG.startname); switch(select_menu(9)) { case 0: return;