]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/checklst.cpp
Fix problem with COMDLG_FILTERSPEC declaration with MinGW-w64 4.8.
[wxWidgets.git] / src / msw / checklst.cpp
index b999b94f2daa05321e1d293e6649b19112ee2b8a..36484a73a9cd4a596971a621e932c7bfa60396e3 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     16.11.97
-// RCS-ID:      $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -61,7 +60,7 @@ namespace
     // space around check mark bitmap in pixels
     static const int CHECKMARK_EXTRA_SPACE = 1;
 
-    // space betwen check bitmap and text label
+    // space between check bitmap and text label
     static const int CHECKMARK_LABEL_SPACE = 2;
 
 } // anonymous namespace
@@ -410,7 +409,7 @@ void wxCheckListBox::OnLeftClick(wxMouseEvent& event)
     }
     else
     {
-        // implement default behavior on click outside of client zone
+        // implement default behaviour on click outside of client zone
         event.Skip();
     }
 }