Fixed wxLANGUAGE_USER_DEFINED, which is supposed to be the last element of

the enum, but as such must still be given, before messing with the automatic
internal counter of enum by defining synonyms. Fixes #16183.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2014-04-18 22:40:10 +00:00
parent b61a4acd0f
commit 54490523d9

View File

@ -271,11 +271,11 @@ enum wxLanguage
wxLANGUAGE_ZHUANG,
wxLANGUAGE_ZULU,
/// Obsolete synonym.
wxLANGUAGE_CAMBODIAN = wxLANGUAGE_KHMER,
/// For custom, user-defined languages.
wxLANGUAGE_USER_DEFINED
wxLANGUAGE_USER_DEFINED,
/// Obsolete synonym.
wxLANGUAGE_CAMBODIAN = wxLANGUAGE_KHMER
};
// --- --- --- generated code ends here --- --- ---