diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-06 12:11:10 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-04-06 12:11:10 +0800 |
commit | 03b895ce16245594989fe3702c2b1e05e2b69d5b (patch) | |
tree | 8ef1f24cedccd832641e599d909ee7a61ca5e783 | |
parent | 57db1d1a622fffdb823e993d3e28d0f3a0222485 (diff) | |
download | pttbbs-03b895ce16245594989fe3702c2b1e05e2b69d5b.tar pttbbs-03b895ce16245594989fe3702c2b1e05e2b69d5b.tar.gz pttbbs-03b895ce16245594989fe3702c2b1e05e2b69d5b.tar.bz2 pttbbs-03b895ce16245594989fe3702c2b1e05e2b69d5b.tar.lz pttbbs-03b895ce16245594989fe3702c2b1e05e2b69d5b.tar.xz pttbbs-03b895ce16245594989fe3702c2b1e05e2b69d5b.tar.zst pttbbs-03b895ce16245594989fe3702c2b1e05e2b69d5b.zip |
rename menu
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@771 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/var.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/var.c b/pttbbs/mbbsd/var.c index 68c0abdc..8d43e7d5 100644 --- a/pttbbs/mbbsd/var.c +++ b/pttbbs/mbbsd/var.c @@ -1,4 +1,4 @@ -/* $Id: var.c,v 1.15 2002/12/31 17:40:52 in2 Exp $ */ +/* $Id: var.c,v 1.16 2003/04/06 04:11:10 victor Exp $ */ #define INCLUDE_VAR_H #include "bbs.h" @@ -553,7 +553,7 @@ commands_t cmdlist[] = { {Talk, 0, "TTalk 【 休閒聊天區 】"}, {User, 0, "UUser 【 個人設定區 】"}, {Xyz, 0, "XXyz 【 系統工具區 】"}, - {Play_Play, PERM_BASIC, "PPlay 【 遊樂場/大學查榜】"}, + {Play_Play, PERM_BASIC, "PPlay 【 娛樂/休閒生活】"}, {Name_Menu, PERM_LOGINOK, "NNamelist 【 編特別名單 】"}, {Goodbye, 0, "GGoodbye 離開,再見……"}, {NULL, 0, NULL} |