From d805353cca5b472b677d3f397c4f2fe852a5a0dc Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Wed, 23 Nov 2016 08:54:42 +0000 Subject: [PATCH] CalLite: Fix default English date format. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5378 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/callite/source/calendarlite.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/callite/source/calendarlite.pas b/components/callite/source/calendarlite.pas index c98cf8b14..84a6ef733 100644 --- a/components/callite/source/calendarlite.pas +++ b/components/callite/source/calendarlite.pas @@ -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';