mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
parent
570a98fd45
commit
1fe94590bd
1 changed files with 1 additions and 1 deletions
|
@ -3648,7 +3648,7 @@ void GUI_App::import_model(wxWindow *parent, wxArrayString& input_files) const
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
_L("Choose one or more files (3mf/step/stl/svg/obj/amf/usd*/abc/ply):"),
|
_L("Choose one or more files (3mf/step/stl/svg/obj/amf/usd*/abc/ply):"),
|
||||||
#else
|
#else
|
||||||
_L("Choose one or more files (3mf/step/stl/svg/obj/amf):"),
|
_L("Choose one or more files (3mf/step/stl/svg/obj/amf):"),
|
||||||
#endif
|
#endif
|
||||||
from_u8(app_config->get_last_dir()), "",
|
from_u8(app_config->get_last_dir()), "",
|
||||||
file_wildcards(FT_MODEL), wxFD_OPEN | wxFD_MULTIPLE | wxFD_FILE_MUST_EXIST);
|
file_wildcards(FT_MODEL), wxFD_OPEN | wxFD_MULTIPLE | wxFD_FILE_MUST_EXIST);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue