// For Rich Edit controls. Do we need it?
#if 0
#if wxUSE_RICHEDIT
-bool wxTextCtrl::MSWNotify(WXWPARAM wParam, WXLPARAM lParam)
+bool wxTextCtrl::MSWOnNotify(WXWPARAM wParam, WXLPARAM lParam)
{
wxCommandEvent event(0, m_windowId);
int eventType = 0;
{
// Insert case code here
default :
- return wxControl::MSWNotify(wParam, lParam);
+ return wxControl::MSWOnNotify(wParam, lParam);
break;
}