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( _("System and user paths used to search and load library files and component doc files.\nSorted by decreasing priority order.") );
m_TranslineSelection=newwxRadioBox(m_panelTransline,wxID_ANY,_("Transmission Line Type:"),wxDefaultPosition,wxDefaultSize,m_TranslineSelectionNChoices,m_TranslineSelectionChoices,1,wxRA_SPECIFY_COLS);
m_filePickerIDF=newwxFilePickerCtrl(this,wxID_ANY,wxEmptyString,_("Select an IDF export filename"),wxT("*.emn"),wxDefaultPosition,wxSize(450,-1),wxFLP_OVERWRITE_PROMPT|wxFLP_SAVE|wxFLP_USE_TEXTCTRL);