From 09d818df45cb9980d8602411029f74453c4adafd Mon Sep 17 00:00:00 2001 From: wens Date: Fri, 16 Feb 2007 02:24:38 +0000 Subject: move text to the right git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3484 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mbbsd/bbs.c') diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 078ccc7c..54fdf095 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -3278,15 +3278,15 @@ b_config(void) " 回文 (群組長以上才可設定此項)", (bp->brdattr & BRD_NOREPLY) ? "不可以" : "可以" ); - move(b_lines - 10, 56); + move(b_lines - 10, 62); prints("發文限制"); - move(b_lines - 9, 58); + move(b_lines - 9, 64); prints("上站次數 %d 次以上", (int)bp->post_limit_logins * 10); - move(b_lines - 8, 58); + move(b_lines - 8, 64); prints("文章篇數 %d 篇以上", (int)bp->post_limit_posts * 10); - move(b_lines - 7, 58); + move(b_lines - 7, 64); prints("註冊時間 %d 個月以上", (int)bp->post_limit_regtime); - move(b_lines - 6, 58); + move(b_lines - 6, 64); prints("劣文篇數 %d 篇以下", 255 - (int)bp->post_limit_badpost); move(b_lines, 0); -- cgit v1.2.3