RxFPC:fix RxDBGrid date editor

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7146 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2019-08-23 07:24:28 +00:00
parent 5556aa10db
commit 1f50407f92
2 changed files with 12 additions and 19 deletions

View File

@ -61,7 +61,7 @@ end;
procedure RxWriteLog(ALogType: TEventType; const ALogMessage: string;
Params: array of const);
begin
RxWriteLog(ALogType, Format(ALogMessage, Params));
RxWriteLog(ALogType, Format(ALogMessage, Params));
end;
procedure RxDefaultWriteLog(ALogType: TEventType; const ALogMessage: string);