mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 02:19:10 +02:00
implemented custom package initialization
git-svn-id: trunk@2286 -
This commit is contained in:
parent
4830cd8dca
commit
480df0e79d
@ -5790,7 +5790,7 @@ begin
|
||||
csCalendar :
|
||||
Begin
|
||||
gtk_calendar_get_date(PgtkCalendar(handle),@Year, @Month, @Day);
|
||||
//Form some reason, the month is zero based.
|
||||
//For some reason, the month is zero based.
|
||||
TLMCalendar(data^).Date := EncodeDate(Year,Month+1,Day);
|
||||
end;
|
||||
|
||||
@ -7244,6 +7244,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.357 2003/04/26 07:34:55 mattias
|
||||
implemented custom package initialization
|
||||
|
||||
Revision 1.356 2003/04/25 14:40:49 mattias
|
||||
implemented add file to a package dialog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user