m_staticText1=newwxStaticText(this,wxID_ANY,_("KiCad has been run for the first time using the new symbol library table for accessing symbol libraries. In order for KiCad to access symbol libraries, you must configure your global symbol library table. Please select from one of the options below. If you are not sure which option to select, please use the default selection."),wxDefaultPosition,wxDefaultSize,0);
m_staticText1->Wrap(500);
bSizer2->Add(m_staticText1,0,wxALL,5);
bSizer2->Add(0,0,0,wxALL|wxEXPAND,5);
m_defaultRb=newwxRadioButton(this,wxID_ANY,_("Copy default global symbol library table (recommended)"),wxDefaultPosition,wxDefaultSize,wxRB_GROUP);
m_defaultRb->SetValue(true);
m_defaultRb->SetToolTip(_("Select this option if you not sure about configuring the global symbol library table"));
m_staticText2=newwxStaticText(this,wxID_ANY,_("Select global symbol library table file:"),wxDefaultPosition,wxDefaultSize,0);
m_staticText2->Wrap(-1);
bSizer2->Add(m_staticText2,0,wxALL,5);
m_filePicker1=newwxFilePickerCtrl(this,wxID_ANY,wxEmptyString,_("Select a file"),wxEmptyString,wxDefaultPosition,wxDefaultSize,wxFLP_DEFAULT_STYLE|wxFLP_FILE_MUST_EXIST|wxFLP_OPEN);