m_Net2CurrValueButton=newwxRadioButton(this,ID_CURRENT_VALUES_TO_CURRENT_NET,_("Set tracks and vias of the current Net to the current value"),wxDefaultPosition,wxDefaultSize,0);
m_Net2CurrValueButton=newwxRadioButton(this,ID_CURRENT_VALUES_TO_CURRENT_NET,_("Set tracks and vias of the current Net to the current value"),wxDefaultPosition,wxDefaultSize,wxRB_GROUP);
m_NetUseNetclassValueButton=newwxRadioButton(this,ID_NETCLASS_VALUES_TO_CURRENT_NET,_("Set tracks and vias of the current Net to the Netclass value"),wxDefaultPosition,wxDefaultSize,0);