DateTimePicker: use LazUTF8 instead of LCLProc

git-svn-id: trunk@45494 -
This commit is contained in:
zoran 2014-06-13 10:51:07 +00:00
parent a89bb6b204
commit e4751d8f8c

View File

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