Document wxLocaleInitFlags

Closes https://github.com/wxWidgets/wxWidgets/pull/1216
This commit is contained in:
Scott Talbert 2019-02-03 19:36:09 -05:00 committed by Vadim Zeitlin
parent 47c5eacc93
commit cdb7241995

View File

@ -214,6 +214,12 @@ enum wxLocaleInfo
@see @ref overview_i18n, @ref page_samples_internat, wxXLocale, wxTranslations
*/
enum wxLocaleInitFlags
{
wxLOCALE_DONT_LOAD_DEFAULT = 0x0000, ///< Don't load wxstd.mo catalog.
wxLOCALE_LOAD_DEFAULT = 0x0001 ///< Load wxstd.mo (done by default).
};
class wxLocale
{
public: