Browse Source

Fix typo (NTPH instead of NPTH) in DIALOG_GENDRILL_BASE.

pull/10/merge
Eldar Khayrullin 9 years ago
committed by jean-pierre charras
parent
commit
14bb238b30
  1. 2
      pcbnew/dialogs/dialog_gendrill_base.cpp
  2. 2
      pcbnew/dialogs/dialog_gendrill_base.fbp

2
pcbnew/dialogs/dialog_gendrill_base.cpp

@ -105,7 +105,7 @@ DIALOG_GENDRILL_BASE::DIALOG_GENDRILL_BASE( wxWindow* parent, wxWindowID id, con
sbExcellonOptSizer->Add( m_Check_Minimal, 0, wxTOP|wxRIGHT|wxLEFT, 5 );
m_Check_Merge_PTH_NPTH = new wxCheckBox( sbExcellonOptSizer->GetStaticBox(), wxID_ANY, _("Merge PTH and NPTH holes into one file"), wxDefaultPosition, wxDefaultSize, 0 );
m_Check_Merge_PTH_NPTH->SetToolTip( _("Not recommended.\nOnly use for board houses which ask for merged PTH and NTPH into a single file.") );
m_Check_Merge_PTH_NPTH->SetToolTip( _("Not recommended.\nOnly use for board houses which ask for merged PTH and NPTH into a single file.") );
sbExcellonOptSizer->Add( m_Check_Merge_PTH_NPTH, 0, wxALL, 5 );

2
pcbnew/dialogs/dialog_gendrill_base.fbp

@ -1114,7 +1114,7 @@
<property name="style"></property>
<property name="subclass"></property>
<property name="toolbar_pane">0</property>
<property name="tooltip">Not recommended.&#x0A;Only use for board houses which ask for merged PTH and NTPH into a single file.</property>
<property name="tooltip">Not recommended.&#x0A;Only use for board houses which ask for merged PTH and NPTH into a single file.</property>
<property name="validator_data_type"></property>
<property name="validator_style">wxFILTER_NONE</property>
<property name="validator_type">wxDefaultValidator</property>

Loading…
Cancel
Save