From c910fdb835478291442032bf6523d41949aa68d9 Mon Sep 17 00:00:00 2001
From: piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>
Date: Wed, 2 Jan 2008 16:02:07 +0000
Subject: - 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
---
 include/common.h | 1 -
 mbbsd/mbbsd.c    | 2 +-
 2 files changed, 1 insertion(+), 2 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       "�s�ڤp����!! /:>"
 #define MSG_PLANT       "�Ӫ��]���ʧO��.."
 #define MSG_MIME        "�q���`�S�ʧO�F�a"
-#define MSG_PASSWD      "�п�J�z���K�X: "
 
 #define MSG_CLOAKED     "�����I�����ΤF�I�ݤ����... :P"
 #define MSG_UNCLOAK     "�ڭn���{����F...."
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index 4d76d46f..fe265464 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -688,7 +688,7 @@ login_query(void)
 	prints("current pid: %d ", getpid());
 #endif
 
-	if (getdata(20, 0, "�п�J�N���A�ΥH[guest]���[�A�H[new]���U�G",
+	if (getdata(20, 0, "�п�J�N���A�ΥH[guest]���[�A�H[new]���U: ",
 		uid, sizeof(uid), DOECHO) < 1)
 	{
 	    // got nothing 
-- 
cgit v1.2.3