Correct the addition of wxLANGUAGE_KABYLE.
Repair (too late?) the ABI breakage for all the language constants following wxLANGUAGE_KABYLE in alphabetical order by adding this enum element at the end of the enum instead of in the middle. Also add wxLANGUAGE_KABYLE to langtabl.txt so that it doesn't disappear when the generated fragments are updated by running misc/languages/genlang.py the next time. This corrects/supersedes r75753. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
enum wxLanguage
|
||||
{
|
||||
/// User's default/preferred language as got from OS.
|
||||
/// User's default/preffered language as got from OS.
|
||||
wxLANGUAGE_DEFAULT,
|
||||
|
||||
/// Unknown language, returned if wxLocale::GetSystemLanguage fails.
|
||||
@@ -254,6 +254,7 @@ enum wxLanguage
|
||||
wxLANGUAGE_YORUBA,
|
||||
wxLANGUAGE_ZHUANG,
|
||||
wxLANGUAGE_ZULU,
|
||||
wxLANGUAGE_KABYLE,
|
||||
|
||||
/// For custom, user-defined languages.
|
||||
wxLANGUAGE_USER_DEFINED
|
||||
|
Reference in New Issue
Block a user