X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7478376f1274fb462443ad911647e65e76f3bd8..4a2d030adfa836f6ada1830c9057170d053bcc64:/src/msw/checklst.cpp diff --git a/src/msw/checklst.cpp b/src/msw/checklst.cpp index b999b94f2d..36484a73a9 100644 --- a/src/msw/checklst.cpp +++ b/src/msw/checklst.cpp @@ -4,7 +4,6 @@ // Author: Vadim Zeitlin // Modified by: // Created: 16.11.97 -// RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin // 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(); } }