summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-04-10 16:58:34 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-04-10 16:58:34 +0800
commitb5e3eb0f6ecd35d608198e6b7b60e3b6af190f8d (patch)
tree9a72bcb8077bbb26ab2a0657b188833e64fa6acd
parentf726c3886afc2cbea385c12dbc46ae919fdcb059 (diff)
downloadpttbbs-b5e3eb0f6ecd35d608198e6b7b60e3b6af190f8d.tar
pttbbs-b5e3eb0f6ecd35d608198e6b7b60e3b6af190f8d.tar.gz
pttbbs-b5e3eb0f6ecd35d608198e6b7b60e3b6af190f8d.tar.bz2
pttbbs-b5e3eb0f6ecd35d608198e6b7b60e3b6af190f8d.tar.lz
pttbbs-b5e3eb0f6ecd35d608198e6b7b60e3b6af190f8d.tar.xz
pttbbs-b5e3eb0f6ecd35d608198e6b7b60e3b6af190f8d.tar.zst
pttbbs-b5e3eb0f6ecd35d608198e6b7b60e3b6af190f8d.zip
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
-rw-r--r--pttbbs/mbbsd/admin.c2
1 files changed, 1 insertions, 1 deletions
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 "»È¦æ]");
}
}