implemented custom package initialization

git-svn-id: trunk@2286 -
This commit is contained in:
mattias 2002-08-17 23:41:13 +00:00
parent 4830cd8dca
commit 480df0e79d

View File

@ -5790,7 +5790,7 @@ begin
csCalendar : csCalendar :
Begin Begin
gtk_calendar_get_date(PgtkCalendar(handle),@Year, @Month, @Day); 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); TLMCalendar(data^).Date := EncodeDate(Year,Month+1,Day);
end; end;
@ -7244,6 +7244,9 @@ end;
{ ============================================================================= { =============================================================================
$Log$ $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 Revision 1.356 2003/04/25 14:40:49 mattias
implemented add file to a package dialog implemented add file to a package dialog