mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX:fixed issue of import french files failing
jira:[model mall] Change-Id: I4cb9bfc0b75484ed6f1a39845c677260c5616019
This commit is contained in:
@@ -1039,7 +1039,7 @@ void GUI_App::post_init()
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format("download_url %1%") % download_url;
|
||||
|
||||
if (!download_url.empty()) {
|
||||
m_download_file_url = from_u8(download_url).ToStdString();
|
||||
m_download_file_url = from_u8(download_url);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user