You've already forked lazarus-ccr
CalLite: Fix default English date format.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5378 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -56,7 +56,6 @@ const
|
||||
DefCalWidth = 210;
|
||||
DefMinHeight = 120;
|
||||
DefMinWidth = 120;
|
||||
DefaultDisplayText = 'Today is,"mmm"","" dd yyyy",Holidays during,There are no holidays set for';
|
||||
DefTStyle: TTextStyle = (Alignment : taCenter; Layout : tlCenter;
|
||||
SingleLine : False; Clipping : True;
|
||||
ExpandTabs : False; ShowPrefix : False;
|
||||
@ -64,6 +63,7 @@ const
|
||||
SystemFont : False; RightToLeft: False;
|
||||
EndEllipsis: False);
|
||||
|
||||
DefaultDisplayText = 'Today is,"mmm dd"","" yyyy",Holidays during,There are no holidays set for';
|
||||
EnglishDays = 'Sun,Mon,Tue,Wed,Thu,Fri,Sat';
|
||||
EnglishMonths = 'January,February,March,April,May,June,July,August,September,October,November,December';
|
||||
|
||||
|
Reference in New Issue
Block a user