m_radio_PCBLayer=newwxRadioBox(m_panelRight,wxID_ANY,_("Board Layer for Outline:"),wxDefaultPosition,wxDefaultSize,m_radio_PCBLayerNChoices,m_radio_PCBLayerChoices,1,wxRA_SPECIFY_COLS);
m_radio_PCBLayer=newwxRadioBox(m_panelRight,wxID_ANY,_("Board Layer for Outline:"),wxDefaultPosition,wxDefaultSize,m_radio_PCBLayerNChoices,m_radio_PCBLayerChoices,1,wxRA_SPECIFY_COLS);
m_radio_PCBLayer->SetSelection(0);
m_radio_PCBLayer->SetSelection(0);
m_radio_PCBLayer->SetToolTip(_("Choose the board layer to place the outline.\nThe 2 invisible fields reference and value and always placed on the silk screen layer."));
m_radio_PCBLayer->SetToolTip(_("Choose the board layer to place the outline.\nThe 2 invisible fields reference and value are always placed on the silk screen layer."));
<propertyname="tooltip">Choose the board layer to place the outline.
The 2 invisible fields reference and value and always placed on the silk screen layer.</property>
<propertyname="tooltip">Choose the board layer to place the outline.
The 2 invisible fields reference and value are always placed on the silk screen layer.</property>