diff options
author | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-05-16 17:43:06 +0800 |
---|---|---|
committer | scw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-05-16 17:43:06 +0800 |
commit | 3d0fa7c79b4d5d08868f32f44052392d03638074 (patch) | |
tree | 76269870dd6e88e61b21ad23fbe613dc9853adfa /mbbsd/menu.c | |
parent | 62b898b733dd7b8acfaefc287c513668a007f232 (diff) | |
download | pttbbs-3d0fa7c79b4d5d08868f32f44052392d03638074.tar pttbbs-3d0fa7c79b4d5d08868f32f44052392d03638074.tar.gz pttbbs-3d0fa7c79b4d5d08868f32f44052392d03638074.tar.bz2 pttbbs-3d0fa7c79b4d5d08868f32f44052392d03638074.tar.lz pttbbs-3d0fa7c79b4d5d08868f32f44052392d03638074.tar.xz pttbbs-3d0fa7c79b4d5d08868f32f44052392d03638074.tar.zst pttbbs-3d0fa7c79b4d5d08868f32f44052392d03638074.zip |
Fix error for compiling without defining PLAY_ANGEL.
git-svn-id: http://opensvn.csie.org/pttbbs/branches/scw.angel@1994 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/menu.c')
-rw-r--r-- | mbbsd/menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c index d77492ff..bafff3fb 100644 --- a/mbbsd/menu.c +++ b/mbbsd/menu.c @@ -410,9 +410,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, "CCloak 隱身術"}, #else - {u_cloak, PERM_CLOAK, "KCloak 隱身術"}, + {u_cloak, PERM_CLOAK, "CCloak 隱身術"}, #endif {u_register, PERM_BASIC, "RRegister 填寫《註冊申請單》"}, {u_list, PERM_SYSOP, "UUsers 列出註冊名單"}, |