]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/combo.h
Implement extended history api in gtk
[wxWidgets.git] / include / wx / combo.h
index 2196b4e5cb2ac9a6552f95afe6d071d14f88544c..4c7f0867b318b73da6c3e87bc8969444d3b513f0 100644 (file)
@@ -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;