Rename wxLANGUAGE_CAMBODIAN to wxLANGUAGE_KHMER.

Keep the old name for compatibility.

See https://github.com/wxWidgets/wxWidgets/pull/2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-01-11 02:52:17 +00:00
parent 4736f13d79
commit 60a3e0cc54
5 changed files with 13 additions and 4 deletions

View File

@@ -48,6 +48,9 @@ enum wxLanguage
f.write(' %s,\n' % i[0])
knownLangs.append(i[0])
f.write("""
/// Obsolete synonym.
wxLANGUAGE_CAMBODIAN = wxLANGUAGE_KHMER,
/// For custom, user-defined languages.
wxLANGUAGE_USER_DEFINED
};