From 4186912b27a5281c1331875212f75ff6f1547739 Mon Sep 17 00:00:00 2001 From: h677 Date: Sun, 29 Aug 2004 03:12:46 +0000 Subject: [PATCH] =?utf8?q?=E3=83=AC=E3=82=B9=E8=A1=A8=E7=A4=BA=E7=AF=84?= =?utf8?q?=E5=9B=B2=E3=81=AE=E8=A8=AD=E5=AE=9A=E3=81=AE=E3=83=87=E3=83=95?= =?utf8?q?=E3=82=A9=E3=83=AB=E3=83=88=E5=80=A4=E3=81=8C=E6=9C=80=E6=96=B01?= =?utf8?q?00=E3=83=AC=E3=82=B9=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=A6?= =?utf8?q?=E3=81=84=E3=81=9F=E3=81=AE=E3=81=A7=E3=80=81ALL=E3=81=AB?= =?utf8?q?=E5=A4=89=E6=9B=B4=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Setting.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting.pas b/Setting.pas index 9cdeda7..9032602 100644 --- a/Setting.pas +++ b/Setting.pas @@ -898,7 +898,7 @@ begin if ini.ReadBool('Thread', 'OnlyAHundredRes',false) then FResRange := 100 // ŒÃ‚¢Ý’è‚̌݊·—p else - FResRange := ini.ReadInteger( 'Thread', 'ResRange', 100 ); + FResRange := ini.ReadInteger( 'Thread', 'ResRange', Ord( grrAll ) ); FResRangeHold := ini.ReadBool( 'Thread', 'ResRangeHold', False ); // ƒXƒŒƒbƒhˆê——•\Ž¦”ÍˆÍ FThreadRange := TGikoThreadRange( ini.ReadInteger('ThreadList', 'ThreadRange', Ord( gtrAll )) ); -- 2.11.0