From 52a77de5b4c885e667489b4265a161d105103e43 Mon Sep 17 00:00:00 2001 From: h677 Date: Sun, 2 Mar 2008 03:54:08 +0000 Subject: [PATCH] =?utf8?q?=E3=83=AC=E3=82=B9=E6=95=B01000=E8=B6=8A?= =?utf8?q?=E3=81=88=E3=81=A7=E5=B7=A1=E5=9B=9E=E7=99=BB=E9=8C=B2=E3=82=92?= =?utf8?q?=E6=B6=88=E3=81=99=E3=81=AE=E3=82=922=EF=BD=83=EF=BD=88=E3=81=AE?= =?utf8?q?=E3=81=BF=E3=81=AB=E9=99=90=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Giko.pas | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Giko.pas b/Giko.pas index d65168e..f1d3ce8 100644 --- a/Giko.pas +++ b/Giko.pas @@ -2533,9 +2533,11 @@ begin //„‰ñ‚ ‚è‚̏ꍇ•‚P‚O‚O‚O’´‚͏„‰ñíœ if (Item.ThreadItem.Round) and (Item.ThreadItem.Count > 1000) then begin - Item.ThreadItem.Round := False; - //Item.ThreadItem.RoundName := ''; - AddMessageList('š1000”­Œ¾‚ð’´‚¦‚½‚̂ŏ„‰ñ‚ðíœ‚µ‚Ü‚µ‚½ - [' + Item.ThreadItem.Title + ']', nil, gmiOK); + // 2chˆÈŠO‚́A1000‚ªÅ‚‚©•s–¾‚Ȃ̂ŁA2chŒÀ’è‚É‚·‚é + if (Item.ThreadItem.ParentBoard.Is2ch) then begin + Item.ThreadItem.Round := False; + AddMessageList('š1000”­Œ¾‚ð’´‚¦‚½‚̂ŏ„‰ñ‚ðíœ‚µ‚Ü‚µ‚½ - [' + Item.ThreadItem.Title + ']', nil, gmiOK); + end; end; TreeView.Refresh; //ListView‚Å‚±‚̃XƒŒ‚ªŠÜ‚Ü‚ê‚锂ð•\Ž¦‚µ‚Ä‚¢‚é‚Æ‚«‚̍XVˆ— -- 2.11.0