From 32c93d1f6ea3f431340fb2965647bf5922d728c2 Mon Sep 17 00:00:00 2001 From: ptt Date: Mon, 26 Apr 2004 21:53:17 +0000 Subject: a little change on description git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1864 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/read.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mbbsd/read.c b/mbbsd/read.c index 5e32334e..4c55d9b0 100644 --- a/mbbsd/read.c +++ b/mbbsd/read.c @@ -347,13 +347,17 @@ select_read(keeploc_t * locmem, int sr_mode) else if(sr_mode & RS_AUTHOR) { if(!author[0]) strcpy(author, fh->owner); - if(!getdata_buf(b_lines, 0, "搜尋作者:", author, IDLEN+1, LCECHO)) + if(!getdata_buf(b_lines, 0, + currmode & MODE_SELECT ? "增加條件 作者:":"搜尋作者:", + author, IDLEN+1, LCECHO)) return READ_REDRAW; } else if(sr_mode & RS_KEYWORD) { if(!title[0]) strcpy(author, subject(fh->title)); - if(!getdata_buf(b_lines, 0, "搜尋標題:", title, TTLEN, DOECHO)) + if(!getdata_buf(b_lines, 0, + currmode & MODE_SELECT ? "增加條件 標題:":"搜尋標題:", + title, TTLEN, DOECHO)) return READ_REDRAW; } else if(sr_mode & RS_TITLE) -- cgit v1.2.3