X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..8c6471af3cf87c97f5f1564c601237caf9fdeb60:/samples/widgets/checkbox.cpp diff --git a/samples/widgets/checkbox.cpp b/samples/widgets/checkbox.cpp index fbbc43b258..6dad1ec2f0 100644 --- a/samples/widgets/checkbox.cpp +++ b/samples/widgets/checkbox.cpp @@ -4,7 +4,6 @@ // Purpose: Part of the widgets sample showing wxCheckBox // Author: Dimitri Schoolwerth, Vadim Zeitlin // Created: 27 Sep 2003 -// Id: $Id$ // Copyright: (c) 2003 wxWindows team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -112,7 +111,7 @@ protected: // the controls // ------------ - // the contols to choose the checkbox style + // the controls to choose the checkbox style wxCheckBox *m_chkRight; wxRadioBox *m_radioKind;