m_Pad_Shape_Filter_CB=newwxCheckBox(this,wxID_ANY,_("Do not modify pads having a different shape"),wxDefaultPosition,wxDefaultSize,0);
m_Pad_Shape_Filter_CB=newwxCheckBox(sbSizer1->GetStaticBox(),wxID_ANY,_("Do not modify pads having a different shape"),wxDefaultPosition,wxDefaultSize,0);
sbSizer1->Add(m_Pad_Shape_Filter_CB,0,wxALL,5);
m_Pad_Layer_Filter_CB=newwxCheckBox(this,wxID_ANY,_("Do not modify pads having different layers"),wxDefaultPosition,wxDefaultSize,0);
m_Pad_Layer_Filter_CB=newwxCheckBox(sbSizer1->GetStaticBox(),wxID_ANY,_("Do not modify pads having different layers"),wxDefaultPosition,wxDefaultSize,0);
sbSizer1->Add(m_Pad_Layer_Filter_CB,0,wxALL,5);
m_Pad_Orient_Filter_CB=newwxCheckBox(this,wxID_ANY,_("Do not modify pads having a different orientation"),wxDefaultPosition,wxDefaultSize,0);
m_Pad_Orient_Filter_CB=newwxCheckBox(sbSizer1->GetStaticBox(),wxID_ANY,_("Do not modify pads having a different orientation"),wxDefaultPosition,wxDefaultSize,0);
sbSizer1->Add(m_Pad_Orient_Filter_CB,0,wxALL,5);
@ -40,7 +40,7 @@ DIALOG_GLOBAL_PADS_EDITION_BASE::DIALOG_GLOBAL_PADS_EDITION_BASE( wxWindow* pare
DIALOG_GLOBAL_PADS_EDITION_BASE(wxWindow*parent,wxWindowIDid=wxID_ANY,constwxString&title=_("Push Pad Properties"),constwxPoint&pos=wxDefaultPosition,constwxSize&size=wxSize(-1,-1),longstyle=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER);