d="m 118,56 c -9.9411,0 -18,8.0589 -18,18 0,9.9411 8.0589,18 18,18 9.7305,0 17.637,-7.7253 17.969,-17.375 l 0,-1.25 C 135.639,63.725 127.729,56 117.999,56 Z m -6,10.75 c 5.9493,0.05747 10.832,4.9413 11.031,10.875 l 3.75,0.03125 -6,8.7188 -6.1562,-8.8125 3.9688,0.03125 c -0.25101,-4.9057 -4.4893,-9.9506 -11.719,-9.625 1.5223,-0.80073 3.2718,-1.2367 5.125,-1.2188 z"
m_staticText=newwxStaticText(this,wxID_ANY,_("The footprint library is a folder.\nFootprints are files inside this folder."),wxDefaultPosition,wxDefaultSize,0);
m_staticText1=newwxStaticText(m_wizPage1,wxID_ANY,wxT("Welcome to the Add Footprint Libraries Wizard!\n\nPlease select the source for the libraries to add:"),wxDefaultPosition,wxDefaultSize,0);
m_invalidDir=newwxStaticText(m_wizPage1,wxID_ANY,wxT("It is not possible to write in the selected directory.\nPlease choose another one."),wxDefaultPosition,wxDefaultSize,0);
m_hyperlink1=newwxHyperlinkCtrl(m_wizPage1,wxID_ANY,wxT("Kicad repository on Github"),wxT("https://github.com/KiCad"),wxDefaultPosition,wxDefaultSize,wxHL_DEFAULT_STYLE);
m_staticText1121=newwxStaticText(m_wizPage3_Review,wxID_ANY,wxT("Review and confirm the changes to the libraries:"),wxDefaultPosition,wxDefaultSize,0);
m_staticText12=newwxStaticText(m_wizPage4_SelectTarget,wxID_ANY,wxT("Where do you wish the new libraries to be added:"),wxDefaultPosition,wxDefaultSize,0);
bSizer5->Add(m_buttonRemoveLib,0,wxALL,5);
m_staticText12->Wrap(-1);
bSizer12->Add(m_staticText12,0,wxALL|wxEXPAND,5);
m_radioGlobal=newwxRadioButton(m_wizPage4_SelectTarget,wxID_ANY,wxT("To global library configuration (visible by all projects)"),wxDefaultPosition,wxDefaultSize,0);