OSDN Git Service

過去ログ取得に必要な、DownloadHostの設定が、2ちゃんねる以外のBBSの
authorh677 <h677>
Tue, 30 May 2006 16:06:46 +0000 (16:06 +0000)
committerh677 <h677>
Tue, 30 May 2006 16:06:46 +0000 (16:06 +0000)
時になっていたのを修正。

Giko.pas

index bdec7b2..09d81c6 100644 (file)
--- a/Giko.pas
+++ b/Giko.pas
@@ -4781,8 +4781,8 @@ begin
                                                ListView.Items.Count := ListView.Items.Count + 1;
                                end;
                        end;
-                       // 2\82¿\82á\82ñ\82Ë\82é\82Å\82È\82­\83\8d\83O\82È\82µ\83X\83\8c\83b\83h\82Ì\82Æ\82«\82Í\81A\83z\83X\83g\96¼\82Ì\83`\83F\83b\83N\82ð\82·\82é
-                       if (not Board.Is2ch) and  (not ThreadItem.IsLogFile) then begin
+                       // \83\8d\83O\82È\82µ\83X\83\8c\83b\83h\82Ì\82Æ\82«\82Í\81A\83z\83X\83g\96¼\82Ì\83`\83F\83b\83N\82ð\82·\82é
+                       if (not ThreadItem.IsLogFile) then begin
                                if AnsiPos(Host, Board.URL) = 0 then
                                        ThreadItem.DownloadHost := Host
                                else