Add wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -408,8 +408,9 @@ enum wxLocaleInfo
|
||||
|
||||
enum wxLocaleInitFlags
|
||||
{
|
||||
wxLOCALE_LOAD_DEFAULT = 0x0001, // load wxwin.mo?
|
||||
wxLOCALE_CONV_ENCODING = 0x0002 // convert encoding on the fly?
|
||||
wxLOCALE_DONT_LOAD_DEFAULT = 0x0000, // don't load wxwin.mo
|
||||
wxLOCALE_LOAD_DEFAULT = 0x0001, // load wxwin.mo?
|
||||
wxLOCALE_CONV_ENCODING = 0x0002 // convert encoding on the fly?
|
||||
};
|
||||
|
||||
class WXDLLIMPEXP_BASE wxLocale
|
||||
|
Reference in New Issue
Block a user