X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/df3c4a42d973ec9f4abf9d4f1e5779a40ac310d0..19fc1a2f0d8523e8d31b40e7b83a058faacc20c2:/include/wx/combo.h diff --git a/include/wx/combo.h b/include/wx/combo.h index 2196b4e5cb..4c7f0867b3 100644 --- a/include/wx/combo.h +++ b/include/wx/combo.h @@ -641,7 +641,7 @@ protected: // main (ie. topmost) window of a composite control (default = this) wxWindow* m_mainCtrlWnd; - // used to prevent immediate re-popupping incase closed popup + // used to prevent immediate re-popupping in case closed popup // by clicking on the combo control (needed because of inconsistent // transient implementation across platforms). wxLongLong m_timeCanAcceptClick;