summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-15 20:13:34 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-05-15 20:13:34 +0800
commit8d5407026c534916c014ca413012297aa8d386de (patch)
treef4e3044271e57f4ab6dee85c85f5807319d0ca01
parenta443e91ac44f48ef83c4bf23cb1c2cf5a39850ae (diff)
downloadpttbbs-8d5407026c534916c014ca413012297aa8d386de.tar
pttbbs-8d5407026c534916c014ca413012297aa8d386de.tar.gz
pttbbs-8d5407026c534916c014ca413012297aa8d386de.tar.bz2
pttbbs-8d5407026c534916c014ca413012297aa8d386de.tar.lz
pttbbs-8d5407026c534916c014ca413012297aa8d386de.tar.xz
pttbbs-8d5407026c534916c014ca413012297aa8d386de.tar.zst
pttbbs-8d5407026c534916c014ca413012297aa8d386de.zip
Wrong format of menu.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1986 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/menu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c
index 739f8de4..7e3ec37a 100644
--- a/mbbsd/menu.c
+++ b/mbbsd/menu.c
@@ -373,7 +373,7 @@ static commands_t namelist[] = {
static commands_t userlist[] = {
{u_info, PERM_LOGINOK, "IInfo 設定個人資料與密碼"},
{calendar, PERM_LOGINOK, "CCalendar 個人行事曆"},
- {u_editcalendar, PERM_LOGINOK, "DEditCalendar 編輯個人行事曆"},
+ {u_editcalendar, PERM_LOGINOK, "CDEditCalendar 編輯個人行事曆"},
{u_loginview, PERM_LOGINOK, "LLogin View 選擇進站畫面"},
{u_ansi, 0, "AANSI 切換 ANSI \033[36m彩\033[35m色\033[37m/"
"\033[30;47m黑\033[1;37m白\033[m模示"},
@@ -384,9 +384,9 @@ static commands_t userlist[] = {
{u_editplan, PERM_LOGINOK, "QQueryEdit 編輯名片檔"},
{u_editsig, PERM_LOGINOK, "SSignature 編輯簽名檔"},
#if HAVE_FREECLOAK
- {u_cloak, PERM_LOGINOK, "KCloak 隱身術"},
+ {u_cloak, PERM_LOGINOK, "KKCloak 隱身術"},
#else
- {u_cloak, PERM_CLOAK, "KCloak 隱身術"},
+ {u_cloak, PERM_CLOAK, "KKCloak 隱身術"},
#endif
{u_register, PERM_BASIC, "RRegister 填寫《註冊申請單》"},
{u_list, PERM_SYSOP, "UUsers 列出註冊名單"},