You've already forked lazarus-ccr
tvplanit: Fix display of repeated all-day events in the dayview.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8406 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -62,6 +62,7 @@ const
|
||||
);
|
||||
|
||||
NO_DATE = 9999999;
|
||||
FOREVER_DATE = 999999;
|
||||
SecondsInDay = 86400; { Number of seconds in a day }
|
||||
SecondsInHour = 3600; { Number of seconds in an hour }
|
||||
SecondsInMinute = 60; { Number of seconds in a minute }
|
||||
@ -297,8 +298,6 @@ const
|
||||
|
||||
LineEnding2 = LineEnding + LineEnding;
|
||||
|
||||
FOREVER_DATE = 999999;
|
||||
|
||||
|
||||
implementation
|
||||
|
||||
|
Reference in New Issue
Block a user