X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..f1c498821548ba0d1fb916b00328a7622886e115:/samples/widgets/clrpicker.cpp?ds=sidebyside diff --git a/samples/widgets/clrpicker.cpp b/samples/widgets/clrpicker.cpp index 1f463889d3..39a91f109b 100644 --- a/samples/widgets/clrpicker.cpp +++ b/samples/widgets/clrpicker.cpp @@ -4,9 +4,8 @@ // Purpose: Shows wxColourPickerCtrl // Author: Francesco Montorsi // Created: 20/6/2006 -// Id: $Id$ // Copyright: (c) 2006 Francesco Montorsi -// License: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -144,8 +143,8 @@ void ColourPickerWidgetsPage::CreateContent() wxSizer *boxleft = new wxBoxSizer(wxVERTICAL); wxStaticBoxSizer *clrbox = new wxStaticBoxSizer(wxVERTICAL, this, wxT("&ColourPicker style")); - m_chkColourTextCtrl = CreateCheckBoxAndAddToSizer(clrbox, wxT("With textctrl"), false); - m_chkColourShowLabel = CreateCheckBoxAndAddToSizer(clrbox, wxT("With label"), false); + m_chkColourTextCtrl = CreateCheckBoxAndAddToSizer(clrbox, wxT("With textctrl")); + m_chkColourShowLabel = CreateCheckBoxAndAddToSizer(clrbox, wxT("With label")); boxleft->Add(clrbox, 0, wxALL|wxGROW, 5); boxleft->Add(new wxButton(this, PickerPage_Reset, wxT("&Reset")),