From f6d0fb8eed408cab9212f477054ffe712b72e853 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sat, 24 Sep 2022 20:00:01 +0100 Subject: [PATCH] Fix copy/paste error. --- pcbnew/dialogs/panel_setup_constraints_base.cpp | 4 ++-- pcbnew/dialogs/panel_setup_constraints_base.fbp | 2 +- pcbnew/dialogs/panel_setup_constraints_base.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pcbnew/dialogs/panel_setup_constraints_base.cpp b/pcbnew/dialogs/panel_setup_constraints_base.cpp index fdcf5cd3bb..953bfa32a5 100644 --- a/pcbnew/dialogs/panel_setup_constraints_base.cpp +++ b/pcbnew/dialogs/panel_setup_constraints_base.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version 3.10.0) +// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! @@ -81,7 +81,7 @@ PANEL_SETUP_CONSTRAINTS_BASE::PANEL_SETUP_CONSTRAINTS_BASE( wxWindow* parent, wx fgFeatureConstraints->Add( m_MinConnTitle, 0, wxALIGN_CENTER_VERTICAL|wxALIGN_LEFT|wxRIGHT, 5 ); m_MinConnCtrl = new wxTextCtrl( m_scrolledWindow, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 ); - m_MinConnCtrl->SetToolTip( _("The minimum track width. If set, this is an absolute minimum and cannot be reduced by netclasses, custom rules, or other settings.") ); + m_MinConnCtrl->SetToolTip( _("The minimum copper width of connected copper items.") ); m_MinConnCtrl->SetMinSize( wxSize( 120,-1 ) ); fgFeatureConstraints->Add( m_MinConnCtrl, 0, wxALIGN_CENTER_VERTICAL|wxALIGN_LEFT|wxBOTTOM|wxEXPAND|wxTOP, 5 ); diff --git a/pcbnew/dialogs/panel_setup_constraints_base.fbp b/pcbnew/dialogs/panel_setup_constraints_base.fbp index e67c1fbf36..01212cfc18 100644 --- a/pcbnew/dialogs/panel_setup_constraints_base.fbp +++ b/pcbnew/dialogs/panel_setup_constraints_base.fbp @@ -895,7 +895,7 @@ 0 - The minimum track width. If set, this is an absolute minimum and cannot be reduced by netclasses, custom rules, or other settings. + The minimum copper width of connected copper items. wxString wxFILTER_NUMERIC wxTextValidator diff --git a/pcbnew/dialogs/panel_setup_constraints_base.h b/pcbnew/dialogs/panel_setup_constraints_base.h index 47c23209cd..e071b69b6c 100644 --- a/pcbnew/dialogs/panel_setup_constraints_base.h +++ b/pcbnew/dialogs/panel_setup_constraints_base.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version 3.10.0) +// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE!