summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-16 05:26:35 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-06-16 05:26:35 +0800
commita651445de0fecf57aa023ef1163de11236cb1056 (patch)
tree9f1e766a8d8ff1204681d34dca6f1a2e91f14974
parent257f7531d0785d0e1b802c487eae25efd14a03ec (diff)
downloadpttbbs-a651445de0fecf57aa023ef1163de11236cb1056.tar
pttbbs-a651445de0fecf57aa023ef1163de11236cb1056.tar.gz
pttbbs-a651445de0fecf57aa023ef1163de11236cb1056.tar.bz2
pttbbs-a651445de0fecf57aa023ef1163de11236cb1056.tar.lz
pttbbs-a651445de0fecf57aa023ef1163de11236cb1056.tar.xz
pttbbs-a651445de0fecf57aa023ef1163de11236cb1056.tar.zst
pttbbs-a651445de0fecf57aa023ef1163de11236cb1056.zip
* the 'aligned recommend' is now not new.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4630 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/board.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 8f8f2dc5..17710bf5 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -393,8 +393,7 @@ b_config(void)
ANSI_COLOR(1)"自動":"不會");
prints( " " ANSI_COLOR(1;36) "a" ANSI_RESET
- " - " ANSI_COLOR(1;32) "(新)" ANSI_RESET
- " 推文時 %s" ANSI_RESET " 開頭\n",
+ " - 推文時 %s" ANSI_RESET " 開頭\n",
(bp->brdattr & BRD_ALIGNEDCMT) ?
ANSI_COLOR(1)"對齊":"不用對齊");