diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2012-05-07 23:25:31 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2012-05-07 23:25:31 +0800 |
commit | 15cbfbdbba8d08e3b1927d0e308c10813134ca7e (patch) | |
tree | ca0e45a4c8b48cb9943095cfc4d7b8065b97c7c5 | |
parent | 6dabdf581e3c081dc3e45417ceeba21770d711bc (diff) | |
download | pttbbs-15cbfbdbba8d08e3b1927d0e308c10813134ca7e.tar pttbbs-15cbfbdbba8d08e3b1927d0e308c10813134ca7e.tar.gz pttbbs-15cbfbdbba8d08e3b1927d0e308c10813134ca7e.tar.bz2 pttbbs-15cbfbdbba8d08e3b1927d0e308c10813134ca7e.tar.lz pttbbs-15cbfbdbba8d08e3b1927d0e308c10813134ca7e.tar.xz pttbbs-15cbfbdbba8d08e3b1927d0e308c10813134ca7e.tar.zst pttbbs-15cbfbdbba8d08e3b1927d0e308c10813134ca7e.zip |
Add missing modes
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5679 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/include/modes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pttbbs/include/modes.h b/pttbbs/include/modes.h index c35d6ae1..b50e9719 100644 --- a/pttbbs/include/modes.h +++ b/pttbbs/include/modes.h @@ -29,6 +29,8 @@ #define RET_DOREPLYALL (991) #define RET_SELECTAID (990) #define RET_RECYCLEBIN (989) +#define RET_EDITPOST (988) +#define RET_EDITTITLE (987) /* user ¾Þ§@ª¬ºA»P¼Ò¦¡ */ #define IDLE 0 |