From 9fbcc67955838d02ded8673148f3134b1c959458 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 2 Apr 2009 04:43:24 +0000 Subject: [PATCH] make long format equal to full on mac (including dayname) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/intl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/intl.cpp b/src/common/intl.cpp index f1e1ad9fc9..ce5a0adfbf 100644 --- a/src/common/intl.cpp +++ b/src/common/intl.cpp @@ -2992,7 +2992,7 @@ wxString wxLocale::GetInfo(wxLocaleInfo index, wxLocaleCategory WXUNUSED(cat)) dateStyle = kCFDateFormatterShortStyle; break; case wxLOCALE_LONG_DATE_FMT: - dateStyle = kCFDateFormatterLongStyle; + dateStyle = kCFDateFormatterFullStyle; break; case wxLOCALE_DATE_TIME_FMT: dateStyle = kCFDateFormatterFullStyle; -- 2.45.2