implemented add file to a package dialog

git-svn-id: trunk@2283 -
This commit is contained in:
mattias 2002-08-17 23:41:12 +00:00
parent 5473bf6a6f
commit 67ad909a87

View File

@ -5790,9 +5790,8 @@ begin
csCalendar :
Begin
gtk_calendar_get_date(PgtkCalendar(handle),@Year, @Month, @Day);
//TODO: account for local settings like date format
//Form some reason, the month is zero based.
TLMCalendar(data^).Date := EncodeDate(Year,Month,Day);
TLMCalendar(data^).Date := EncodeDate(Year,Month+1,Day);
end;
csSpinEdit :
@ -7245,6 +7244,9 @@ end;
{ =============================================================================
$Log$
Revision 1.356 2003/04/25 14:40:49 mattias
implemented add file to a package dialog
Revision 1.355 2003/04/20 20:32:40 mattias
implemented removing, re-adding, updating project dependencies