X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88e04461ee02856153ba56901247b34ad4de5b00..823c4e96f9656176562b5baf7d1b64a8a3dfb3d8:/include/wx/msw/textctrl.h diff --git a/include/wx/msw/textctrl.h b/include/wx/msw/textctrl.h index e19c77eb7d..3f09055cdf 100644 --- a/include/wx/msw/textctrl.h +++ b/include/wx/msw/textctrl.h @@ -188,7 +188,7 @@ public: // Show a context menu for Rich Edit controls (the standard // EDIT control has one already) - void OnRightClick(wxMouseEvent& event); + void OnContextMenu(wxContextMenuEvent& event); // be sure the caret remains invisible if the user // called HideNativeCaret() before