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
This commit is contained in:
parent
525711d7a3
commit
9fbcc67955
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user