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:
@@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user