1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

Fixed compilation on OSX

This commit is contained in:
bubnikv
2018-06-20 19:07:55 +02:00
parent ac011aec6d
commit 3a2b501012
+1 -1
View File
@@ -149,7 +149,7 @@ void update_label_colours_from_appconfig()
}
}
static std::string libslic3r_translate_callback(const char *s) { return wxGetTranslation(wxString(s, wxConvUTF8)); }
static std::string libslic3r_translate_callback(const char *s) { return wxGetTranslation(wxString(s, wxConvUTF8)).utf8_str(); }
void set_wxapp(wxApp *app)
{