added names of WM_XXXUISTATE messages to wxGetMessageName() (closes #10691)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-04-07 15:00:09 +00:00
parent 14263426cf
commit ff9b9665a2

View File

@ -6518,6 +6518,10 @@ const wxChar *wxGetMessageName(int message)
case 0x0120: return wxT("WM_MENUCHAR");
case 0x0121: return wxT("WM_ENTERIDLE");
case 0x0127: return wxT("WM_CHANGEUISTATE");
case 0x0128: return wxT("WM_UPDATEUISTATE");
case 0x0129: return wxT("WM_QUERYUISTATE");
case 0x0132: return wxT("WM_CTLCOLORMSGBOX");
case 0x0133: return wxT("WM_CTLCOLOREDIT");
case 0x0134: return wxT("WM_CTLCOLORLISTBOX");