summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-22 09:16:45 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-22 09:16:45 +0800
commit0188e9da95e59a4024f3a2d6c27d5d1980a147ef (patch)
tree5653fe9d112d523a5531cbcdbf49598f6630d019
parent8cb3ba350919426b51ad9774e6bd67fbacc1cd22 (diff)
downloadpttbbs-0188e9da95e59a4024f3a2d6c27d5d1980a147ef.tar
pttbbs-0188e9da95e59a4024f3a2d6c27d5d1980a147ef.tar.gz
pttbbs-0188e9da95e59a4024f3a2d6c27d5d1980a147ef.tar.bz2
pttbbs-0188e9da95e59a4024f3a2d6c27d5d1980a147ef.tar.lz
pttbbs-0188e9da95e59a4024f3a2d6c27d5d1980a147ef.tar.xz
pttbbs-0188e9da95e59a4024f3a2d6c27d5d1980a147ef.tar.zst
pttbbs-0188e9da95e59a4024f3a2d6c27d5d1980a147ef.zip
(C)alendarEdit -> (E)ditCalendar
suggested by Sunicer git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@887 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pttbbs/mbbsd/menu.c b/pttbbs/mbbsd/menu.c
index 5cd8c132..d7984950 100644
--- a/pttbbs/mbbsd/menu.c
+++ b/pttbbs/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模示"},