mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 15:42:08 +02:00
implemented add file to a package dialog
git-svn-id: trunk@2283 -
This commit is contained in:
parent
5473bf6a6f
commit
67ad909a87
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user