summaryrefslogtreecommitdiffstats
path: root/mbbsd/var.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-13 19:50:24 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-13 19:50:24 +0800
commit6d6273c57b2a35a2d71c778de11643376b5eb015 (patch)
tree653af56c3c279496cef16884e95fad547b5df08a /mbbsd/var.c
parentafd40b73c635e700c5ba4dda6a3e162c78ea52cd (diff)
downloadpttbbs-6d6273c57b2a35a2d71c778de11643376b5eb015.tar
pttbbs-6d6273c57b2a35a2d71c778de11643376b5eb015.tar.gz
pttbbs-6d6273c57b2a35a2d71c778de11643376b5eb015.tar.bz2
pttbbs-6d6273c57b2a35a2d71c778de11643376b5eb015.tar.lz
pttbbs-6d6273c57b2a35a2d71c778de11643376b5eb015.tar.xz
pttbbs-6d6273c57b2a35a2d71c778de11643376b5eb015.tar.zst
pttbbs-6d6273c57b2a35a2d71c778de11643376b5eb015.zip
- add calendar in login view
- add color help in calendar help - change param of more path to const git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4157 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/var.c')
-rw-r--r--mbbsd/var.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c
index 38b2ddbc..2ae88492 100644
--- a/mbbsd/var.c
+++ b/mbbsd/var.c
@@ -75,7 +75,7 @@ const char * const str_permboard[] = {
"禁止快速推文", /* BRD_NOFASTRECMD */
"推文記錄 IP", /* BRD_IPLOGRECMD */
"十八禁", /* BRD_OVER18 */
- "沒想到",
+ "對齊式推文", /* BRD_ALIGNEDCMT */
"沒想到",
"沒想到",
"沒想到",
@@ -142,6 +142,7 @@ char * const loginview_file[NUMVIEWFILE][2] = {
{"etc/history", "歷史上的今天"},
{"etc/topboardman", "精華區排行榜"},
{"etc/topboard.tmp", "看板人氣排行榜"},
+ {"@calendar", "個人行事曆"},
{NULL, NULL}
};