m_OptViaType=newwxRadioBox(m_panelGolbalDesignRules,wxID_ANY,_("Default Via Type"),wxDefaultPosition,wxDefaultSize,m_OptViaTypeNChoices,m_OptViaTypeChoices,1,wxRA_SPECIFY_COLS);
m_OptViaType=newwxRadioBox(m_panelGolbalDesignRules,wxID_ANY,_("Default Via Type:"),wxDefaultPosition,wxDefaultSize,m_OptViaTypeNChoices,m_OptViaTypeChoices,1,wxRA_SPECIFY_COLS);
m_OptViaType->SetSelection(0);
m_OptViaType->SetToolTip(_("Select the current via type.\nTrough via is the usual selection"));
m_staticTextInfo=newwxStaticText(m_panelGolbalDesignRules,wxID_ANY,_("Specific via diameters and track widths, which \ncan be used to replace default Netclass values \non demand, for arbitrary via or track segments."),wxDefaultPosition,wxDefaultSize,0);
m_staticTextInfo=newwxStaticText(m_panelGolbalDesignRules,wxID_ANY,_("Specific via diameters and track widths, which \ncan be used to replace default Netclass values \non demand, for arbitrary vias or track segments."),wxDefaultPosition,wxDefaultSize,0);