m_staticTextRegType->SetToolTip(_("Type of the regulator.\nThere are 2 types:\n- regulators which have a dedicted sense pin for the voltage regulation.\n- 3 terminal pins."));
m_regulators_filePicker=newwxFilePickerCtrl(m_panelRegulators,wxID_ANY,wxEmptyString,_("Select a file"),wxT("*.pcbcalc"),wxDefaultPosition,wxDefaultSize,wxFLP_SAVE|wxFLP_USE_TEXTCTRL);
m_regulators_filePicker=newwxFilePickerCtrl(m_panelRegulators,wxID_ANY,wxEmptyString,_("Select a Pcb Calculator data file"),wxT("*.pcbcalc"),wxDefaultPosition,wxDefaultSize,wxFLP_SAVE|wxFLP_USE_TEXTCTRL);