Compilation fix for wxUSE_INTL=0 build
This commit is contained in:
parent
664b8c153f
commit
41898c8dc4
@ -86,7 +86,7 @@ public:
|
||||
// nice to add support to "%k" and "%l" (hours with leading blanks
|
||||
// instead of zeros) too as this is the most common unsupported case in
|
||||
// practice.
|
||||
#if wxUSE_XLOCALE
|
||||
#if wxUSE_INTL
|
||||
m_useAMPM = wxLocale::GetInfo(wxLOCALE_TIME_FMT).Contains("%p");
|
||||
#else
|
||||
m_useAMPM = false;
|
||||
|
Loading…
Reference in New Issue
Block a user