Correct comment for wxUILocaleImplUnix::m_locale
This member is not allocated on demand any more, but is only null for the default locale object.
This commit is contained in:
@@ -66,7 +66,7 @@ private:
|
|||||||
wxLocaleIdent m_locId;
|
wxLocaleIdent m_locId;
|
||||||
|
|
||||||
#ifdef HAVE_LOCALE_T
|
#ifdef HAVE_LOCALE_T
|
||||||
// Initially null, allocated on demand when needed, use GetLocale().
|
// Only null for the default locale.
|
||||||
locale_t m_locale;
|
locale_t m_locale;
|
||||||
#endif // HAVE_LOCALE_T
|
#endif // HAVE_LOCALE_T
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user