mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-26 04:12:07 +00:00
ENH: sync the different codes
especially for the translation files Change-Id: I940578ff6e22b0939d42eeed2209bfeddb0eb191
This commit is contained in:
@@ -7651,13 +7651,13 @@ void Plater::import_model_id(const std::string& download_info)
|
||||
wxString name = filename.substr(0, filename.length() - extension.length());
|
||||
filename = wxString::Format("%s(%d)%s", name, vecFiles.size() + 1, extension).ToStdString();
|
||||
}
|
||||
|
||||
|
||||
|
||||
msg = _L("downloading project ...");
|
||||
|
||||
//target_path = wxStandardPaths::Get().GetTempDir().utf8_str().data();
|
||||
|
||||
|
||||
|
||||
//target_path = wxGetApp().get_local_models_path().c_str();
|
||||
boost::uuids::uuid uuid = boost::uuids::random_generator()();
|
||||
std::string unique = to_string(uuid).substr(0, 6);
|
||||
|
||||
Reference in New Issue
Block a user