From b5e3eb0f6ecd35d608198e6b7b60e3b6af190f8d Mon Sep 17 00:00:00 2001 From: scw Date: Fri, 10 Apr 2009 08:58:34 +0000 Subject: Replace PTT in mail title by macro Thanks sodas.bbs@ptt2.cc git-svn-id: http://opensvn.csie.org/pttbbs/trunk@4449 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/admin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pttbbs/mbbsd/admin.c b/pttbbs/mbbsd/admin.c index 5629c52d..3963fd68 100644 --- a/pttbbs/mbbsd/admin.c +++ b/pttbbs/mbbsd/admin.c @@ -1097,7 +1097,7 @@ give_id_money(const char *user_id, int money, const char *mail_title) pressanykey(); } else { snprintf(tt, sizeof(tt), "%s : %d " MONEYNAME " ¹ô", mail_title, money); - mail_id(user_id, tt, "etc/givemoney.why", "[PTT »È¦æ]"); + mail_id(user_id, tt, "etc/givemoney.why", "[" BBSMNAME "»È¦æ]"); } } -- cgit v1.2.3