m_radioBoxCloseOpt=newwxRadioBox(this,wxID_ANY,_("Cvpcb Close Option:"),wxDefaultPosition,wxDefaultSize,m_radioBoxCloseOptNChoices,m_radioBoxCloseOptChoices,1,wxRA_SPECIFY_COLS);
m_radioBoxCloseOpt->SetSelection(0);
m_radioBoxCloseOpt->SetToolTip(_("After saving the nelist and the components files, Cvpcb can be kept open, or automatically closed"));
m_ListLibr->SetToolTip(_("List of active library files.\nOnly library files in this list are loaded by Pcbnew.\nThe order of this list is important:\nPcbnew searchs for a given footprint using this list order priority."));
m_ListEquiv->SetToolTip(_("List of active library files.\nOnly library files in this list are loaded by Pcbnew.\nThe order of this list is important:\nPcbnew searchs for a given footprint using this list order priority."));
m_DefaultLibraryPathslistBox->SetToolTip(_("Paths (system paths and user paths) used to search and load libraries files and component doc files.\nSorted by decreasing priority order."));