Browse Source

Fix typo.

pull/13/head
Jeff Young 7 years ago
parent
commit
9125d7fdb6
  1. 2
      pcbnew/dialogs/dialog_track_via_properties.cpp

2
pcbnew/dialogs/dialog_track_via_properties.cpp

@ -328,7 +328,7 @@ bool DIALOG_TRACK_VIA_PROPERTIES::confirmPadChange( const std::vector<D_PAD*>& c
KIDIALOG dlg( this, msg, _( "Confirmation" ), wxOK | wxCANCEL | wxICON_WARNING );
dlg.SetOKLabel( _( "Continue" ) );
dlg.DoNotShowCheckbox( true );
dlg.DoNotShowCheckbox();
return dlg.ShowModal() == wxID_OK;
}

Loading…
Cancel
Save