X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4fe30bceff0445f540e639d2b6d3977d56b34020..482635118a139c87757b2228768c7b4056de82eb:/utils/configtool/src/configbrowser.h diff --git a/utils/configtool/src/configbrowser.h b/utils/configtool/src/configbrowser.h index 08c108931f..f7e0e9a40c 100644 --- a/utils/configtool/src/configbrowser.h +++ b/utils/configtool/src/configbrowser.h @@ -1,11 +1,11 @@ ///////////////////////////////////////////////////////////////////////////// // Name: configbrowser.h -// Purpose: -// Author: +// Purpose: Configuration browser +// Author: Julian Smart // Modified by: -// Created: -// RCS-ID: -// Copyright: +// Created: 2003-08-14 +// RCS-ID: $Id$ +// Copyright: (c) Julian Smart // Licence: ///////////////////////////////////////////////////////////////////////////// @@ -88,7 +88,7 @@ class ctConfigurationBrowserControlPanel: public wxPanel public: /// Constructor - ctConfigurationBrowserControlPanel( wxWindow* parent, wxWindowID id = -1, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxNO_BORDER|wxTAB_TRAVERSAL ); + ctConfigurationBrowserControlPanel( wxWindow* parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxNO_BORDER|wxTAB_TRAVERSAL ); /// Creates the controls and sizers void CreateControls();