LCL: less warnings

git-svn-id: trunk@34285 -
This commit is contained in:
mattias 2011-12-19 17:15:25 +00:00
parent 00b915367e
commit 37c57a6bf4

View File

@ -192,7 +192,7 @@ end;
function FontCanUTF8(Font: HFont): boolean;
begin
Result := WidgetSet.FontCanUTF8(Font);
Result := WidgetSet.FontCanUTF8(Font){%H-};
end;
function FontIsMonoSpace(Font: HFont): boolean;
@ -316,7 +316,7 @@ end;
------------------------------------------------------------------------------}
function IntfSendsUTF8KeyPress: Boolean;
begin
Result := WidgetSet.IntfSendsUTF8KeyPress;
Result := WidgetSet.IntfSendsUTF8KeyPress{%H-};
end;
{------------------------------------------------------------------------------