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 -
This commit is contained in:
zeljko 2012-02-16 15:57:54 +00:00
parent 447396f4b7
commit c025a77731

View File

@ -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}