Repair inadvertent change.

This commit is contained in:
Jeff Young 2025-06-16 17:33:13 +01:00
parent 3c6ac7ddf8
commit f0a2d6ffb6
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ DIALOG_CHANGE_SYMBOLS_BASE::DIALOG_CHANGE_SYMBOLS_BASE( wxWindow* parent, wxWind
m_resetPinTextVisibility = new wxCheckBox( m_updateOptionsSizer->GetStaticBox(), wxID_ANY, _("Update/reset pin name/number visibility"), wxDefaultPosition, wxDefaultSize, 0 );
bSizer9->Add( m_resetPinTextVisibility, 0, wxBOTTOM|wxRIGHT, 5 );
m_resetAlternatePin = new wxCheckBox( m_updateOptionsSizer->GetStaticBox(), wxID_ANY, _("Reset alternate pin to default"), wxDefaultPosition, wxDefaultSize, 0 );
m_resetAlternatePin = new wxCheckBox( m_updateOptionsSizer->GetStaticBox(), wxID_ANY, _("Reset alternate pin functions"), wxDefaultPosition, wxDefaultSize, 0 );
bSizer9->Add( m_resetAlternatePin, 0, wxBOTTOM|wxRIGHT, 5 );

View File

@ -2018,7 +2018,7 @@
<property name="gripper">0</property>
<property name="hidden">0</property>
<property name="id">wxID_ANY</property>
<property name="label">Reset alternate pin to default</property>
<property name="label">Reset alternate pin functions</property>
<property name="max_size"></property>
<property name="maximize_button">0</property>
<property name="maximum_size"></property>