From c025a77731cefdc0ebc4bdd5d05bf15637184d2e Mon Sep 17 00:00:00 2001 From: zeljko Date: Thu, 16 Feb 2012 15:57:54 +0000 Subject: [PATCH] SQLDB: fix font for sqlstringspropertyeditordlg. Such naming leaved only for gtk1 and should be removed in future. fixes issue #18795 git-svn-id: trunk@35401 - --- components/sqldb/sqlstringspropertyeditordlg.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/sqldb/sqlstringspropertyeditordlg.pas b/components/sqldb/sqlstringspropertyeditordlg.pas index 3d50945b8c..3ae46ff1b2 100644 --- a/components/sqldb/sqlstringspropertyeditordlg.pas +++ b/components/sqldb/sqlstringspropertyeditordlg.pas @@ -164,7 +164,8 @@ begin SQLHighlighter.SQLDIalect:=D; SQLHighlighter.Enabled:=True; {$ifdef unix} - {$ifndef darwin} + // keep this only because of gtk1 + {$ifdef LCLGtk} SQLEditor.Font.Name:='-adobe-courier-medium-r-normal-*-8-*-*-*-m-*-iso10646-1'; {$endif} {$endif}