From 66503454aef24239737c288292caadce013331b7 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Fri, 2 Mar 2007 15:29:51 +0000 Subject: [PATCH] Minor charset edit fixes --- mbsetup/ledit.c | 2 +- mbsetup/m_marea.c | 6 +++--- mbsetup/mbsetup.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mbsetup/ledit.c b/mbsetup/ledit.c index c42c76c5..09852e17 100644 --- a/mbsetup/ledit.c +++ b/mbsetup/ledit.c @@ -4,7 +4,7 @@ * Purpose ...............: Line Editor * ***************************************************************************** - * Copyright (C) 1997-2006 + * Copyright (C) 1997-2007 * * Michiel Broek FIDO: 2:280/2802 * Beekmansbos 10 diff --git a/mbsetup/m_marea.c b/mbsetup/m_marea.c index 69536bcb..7c012e75 100644 --- a/mbsetup/m_marea.c +++ b/mbsetup/m_marea.c @@ -4,7 +4,7 @@ * Purpose ...............: Message Areas Setup * ***************************************************************************** - * Copyright (C) 1997-2005 + * Copyright (C) 1997-2007 * * Michiel Broek FIDO: 2:280/2802 * Beekmansbos 10 @@ -804,8 +804,8 @@ void MsgGlobal(void) case 11:E_STR(LINES -3, 5, 64, mfile, "Enter new ^origin^ line"); case 12:mbse_mvprintw(LINES -3, 5, "Netmail reply board"); E_INT(LINES -3, 25, netbrd, (char *)"The ^netmail reply^ board number") - case 13:mbse_mvprintw(LINES -3, 5, "Character set to set"); - charset = edit_charset(LINES -3,26, charset); + case 13:mbse_mvprintw(LINES -4, 6, "Character set to set"); + charset = edit_charset(LINES -4,27, charset); break; } diff --git a/mbsetup/mbsetup.c b/mbsetup/mbsetup.c index 8dce96be..3fe0f1f4 100644 --- a/mbsetup/mbsetup.c +++ b/mbsetup/mbsetup.c @@ -4,7 +4,7 @@ * Purpose ...............: Setup Program * ***************************************************************************** - * Copyright (C) 1997-2005 + * Copyright (C) 1997-2007 * * Michiel Broek FIDO: 2:280/2802 * Beekmansbos 10