X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..19fc1a2f0d8523e8d31b40e7b83a058faacc20c2:/include/wx/popupwin.h diff --git a/include/wx/popupwin.h b/include/wx/popupwin.h index 971c761b98..da479f31ba 100644 --- a/include/wx/popupwin.h +++ b/include/wx/popupwin.h @@ -106,7 +106,7 @@ public: // called when a mouse is pressed while the popup is shown: return true // from here to prevent its normal processing by the popup (which consists - // in dismissing it if the mouse is cilcked outside it) + // in dismissing it if the mouse is clicked outside it) virtual bool ProcessLeftDown(wxMouseEvent& event); // Overridden to grab the input on some plaforms