From 231ad44ba5e3d30fe7184a062e1591a5b7702ccc Mon Sep 17 00:00:00 2001 From: naru Date: Wed, 10 Mar 2004 14:52:41 +0000 Subject: [PATCH] =?utf8?q?TalkColor=E3=81=8CINI=E3=83=95=E3=82=A1=E3=82=A4?= =?utf8?q?=E3=83=AB=E3=81=AB=E6=8C=87=E5=AE=9A=E3=81=95=E3=82=8C=E3=81=A6?= =?utf8?q?=E3=81=84=E3=81=AA=E3=81=84=E5=A0=B4=E5=90=88=E3=81=AE=E3=83=87?= =?utf8?q?=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88=E5=80=A4=E3=82=92=E3=80=81c?= =?utf8?q?lBlack=E3=81=A7=E3=81=AF=E3=81=AA=E3=81=8FTalkColorH=E3=81=AE?= =?utf8?q?=E5=80=A4=E3=81=8B=E3=82=89=E5=8F=96=E3=82=8B=E3=82=88=E3=81=86?= =?utf8?q?=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bottleclient/BottleDef.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bottleclient/BottleDef.pas b/bottleclient/BottleDef.pas index a3b7f8c..bee7e7a 100755 --- a/bottleclient/BottleDef.pas +++ b/bottleclient/BottleDef.pas @@ -513,7 +513,7 @@ begin MarkUpColor := StringToColor(FIni.ReadString('System', 'MarkUpColor', 'clGreen')); MetaWordColor := StringToColor(FIni.ReadString('System', 'MetaWordColor', 'clBlue')); MarkErrorColor := StringToColor(FIni.ReadString('System', 'MarkErrorColor', 'clRed')); - TextColor := StringToColor(FIni.ReadString('System', 'TextColor', 'clBlack')); + TextColor := StringToColor(FIni.ReadString('System', 'TextColor', ColorToString(TalkColorH))); BgColor := StringToColor(FIni.ReadString('System', 'BgColor', 'clWhite')); except on EConvertError do begin -- 2.11.0