mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 16:19:36 +02:00
DateTimePicker: use LazUTF8 instead of LCLProc
git-svn-id: trunk@45494 -
This commit is contained in:
parent
a89bb6b204
commit
e4751d8f8c
@ -46,7 +46,7 @@ uses
|
||||
clocale, // needed to initialize default locale settings on Linux.
|
||||
{$endif}
|
||||
Classes, SysUtils, Controls, LCLType, Graphics, Math, StdCtrls, Buttons,
|
||||
ExtCtrls, Forms, ComCtrls, Types, LMessages, LCLProc, CalControlWrapper;
|
||||
ExtCtrls, Forms, ComCtrls, Types, LMessages, LazUTF8, CalControlWrapper;
|
||||
|
||||
const
|
||||
{ We will deal with the NullDate value the special way. It will be especially
|
||||
|
Loading…
Reference in New Issue
Block a user