summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-10 13:42:23 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-10 13:42:23 +0800
commit6a18ea9674e484ebf63aedded04751cbde3752b4 (patch)
tree7df51a837c719ca7bdcee9316ccb4770a13980aa /mbbsd/mbbsd.c
parent02c21a1fa3b9d2f93e59c7e399f0ad1d49241e74 (diff)
downloadpttbbs-6a18ea9674e484ebf63aedded04751cbde3752b4.tar
pttbbs-6a18ea9674e484ebf63aedded04751cbde3752b4.tar.gz
pttbbs-6a18ea9674e484ebf63aedded04751cbde3752b4.tar.bz2
pttbbs-6a18ea9674e484ebf63aedded04751cbde3752b4.tar.lz
pttbbs-6a18ea9674e484ebf63aedded04751cbde3752b4.tar.xz
pttbbs-6a18ea9674e484ebf63aedded04751cbde3752b4.tar.zst
pttbbs-6a18ea9674e484ebf63aedded04751cbde3752b4.zip
pmore: general ui updates.
fav: auto fav threshold should be increased because some people really know what they were doing. And the default value should honor user preference. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2817 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index df34d206..e1c5e8b9 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -1052,7 +1052,7 @@ user_login(void)
int num;
num = updatenewfav(1);
if (num > NEW_FAV_THRESHOLD &&
- getans("找到 %d 個新看板,要加入我的最愛嗎?[N/y]", num) != 'y') {
+ getans("找到 %d 個新看板,確定要加入我的最愛嗎?[Y/n]", num) == 'n') {
fav_free();
fav_load();
}