diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-22 09:16:45 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-22 09:16:45 +0800 |
commit | d6ed560ea08f21830f285f13ffc3b28a78b2fcfe (patch) | |
tree | af2e3e34405e86d6574f9002840cee5cc3cf7066 | |
parent | 12f11b07ee0659185e6853c7cc4d8a7bf0317083 (diff) | |
download | pttbbs-d6ed560ea08f21830f285f13ffc3b28a78b2fcfe.tar pttbbs-d6ed560ea08f21830f285f13ffc3b28a78b2fcfe.tar.gz pttbbs-d6ed560ea08f21830f285f13ffc3b28a78b2fcfe.tar.bz2 pttbbs-d6ed560ea08f21830f285f13ffc3b28a78b2fcfe.tar.lz pttbbs-d6ed560ea08f21830f285f13ffc3b28a78b2fcfe.tar.xz pttbbs-d6ed560ea08f21830f285f13ffc3b28a78b2fcfe.tar.zst pttbbs-d6ed560ea08f21830f285f13ffc3b28a78b2fcfe.zip |
(C)alendarEdit -> (E)ditCalendar
suggested by Sunicer
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@887 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-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 5cd8c132..d7984950 100644 --- a/mbbsd/menu.c +++ b/mbbsd/menu.c @@ -1,4 +1,4 @@ -/* $Id: menu.c,v 1.25 2003/05/19 07:10:19 in2 Exp $ */ +/* $Id: menu.c,v 1.26 2003/05/22 01:16:45 in2 Exp $ */ #include "bbs.h" /* help & menu processring */ @@ -387,7 +387,7 @@ static commands_t namelist[] = { static commands_t userlist[] = { {u_info, PERM_LOGINOK, "IInfo 設定個人資料與密碼"}, {calendar, PERM_LOGINOK, "CCalendar 個人行事曆"}, - {u_editcalendar, PERM_LOGINOK, "CCalendarEdit 編輯個人行事曆"}, + {u_editcalendar, PERM_LOGINOK, "EEditCalendar 編輯個人行事曆"}, {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模示"}, |