Fixed OSX and Linux build

This commit is contained in:
YuSanka 2019-03-05 14:26:44 +01:00
parent 247b70395b
commit 95ca670efb

View File

@ -766,7 +766,7 @@ void Sidebar::update_mode_sizer() const
void Sidebar::update_reslice_btn_tooltip() const
{
const wxString tooltip = m_mode == comSimple ? wxEmptyString : _(L("Hold Shift to Slice & Export G-code"));
const wxString tooltip = m_mode == comSimple ? wxString("") : _(L("Hold Shift to Slice & Export G-code"));
p->btn_reslice->SetToolTip(tooltip);
}