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:
@@ -149,7 +149,6 @@ enum wxLanguage
|
||||
wxLANGUAGE_ITALIAN_SWISS,
|
||||
wxLANGUAGE_JAPANESE,
|
||||
wxLANGUAGE_JAVANESE,
|
||||
wxLANGUAGE_KABYLE,
|
||||
wxLANGUAGE_KANNADA,
|
||||
wxLANGUAGE_KASHMIRI,
|
||||
wxLANGUAGE_KASHMIRI_INDIA,
|
||||
@@ -270,6 +269,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