Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jey5nd6 committed Aug 29, 2018
1 parent b562ecc commit 9125d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcbnew/dialogs/dialog_track_via_properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9125d7f

Please sign in to comment.