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