diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-01-03 00:02:07 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-01-03 00:02:07 +0800 |
commit | c910fdb835478291442032bf6523d41949aa68d9 (patch) | |
tree | 941a9b463707562dbf6328c1f42b5d38eb4a96b5 /include/common.h | |
parent | e84d61124509ef31a56e20c2b8905c686ddd0961 (diff) | |
download | pttbbs-c910fdb835478291442032bf6523d41949aa68d9.tar pttbbs-c910fdb835478291442032bf6523d41949aa68d9.tar.gz pttbbs-c910fdb835478291442032bf6523d41949aa68d9.tar.bz2 pttbbs-c910fdb835478291442032bf6523d41949aa68d9.tar.lz pttbbs-c910fdb835478291442032bf6523d41949aa68d9.tar.xz pttbbs-c910fdb835478291442032bf6523d41949aa68d9.tar.zst pttbbs-c910fdb835478291442032bf6523d41949aa68d9.zip |
- unify login prompt. (it is suggested to not use DBCS version of ':' -
to avoid some Mac font issue - which will display as different character)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3777 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 6b0e30cb..982a1dd6 100644 --- a/include/common.h +++ b/include/common.h @@ -42,7 +42,6 @@ #define MSG_WOMAN "叫我小阿姨!! /:>" #define MSG_PLANT "植物也有性別喔.." #define MSG_MIME "礦物總沒性別了吧" -#define MSG_PASSWD "請輸入您的密碼: " #define MSG_CLOAKED "哈哈!我隱形了!看不到勒... :P" #define MSG_UNCLOAK "我要重現江湖了...." |