@@ -729,7 +729,7 @@ static const FileWildcards file_wildcards_by_type[FT_SIZE] = {
729
729
/* FT_AMF */ { " AMF files" sv, { " .amf" sv, " .zip.amf" sv, " .xml" sv } },
730
730
/* FT_3MF */ { " 3MF files" sv, { " .3mf" sv } },
731
731
/* FT_GCODE */ { " G-code files" sv, { " .gcode" sv } },
732
- /* FT_MODEL */ {" Supported files" sv, {" .3mf" sv, " .stl" sv, " .stp" sv, " .step" sv, " .amf " sv, " .obj " sv, " .svg " sv }},
732
+ /* FT_MODEL */ {" Supported files" sv, {" .3mf" sv, " .stl" sv, " .stp" sv, " .step" sv, " .svg " sv, " .amf " sv, " .obj " sv }},
733
733
/* FT_PROJECT */ { " Project files" sv, { " .3mf" sv} },
734
734
/* FT_GALLERY */ { " Known files" sv, { " .stl" sv, " .obj" sv } },
735
735
@@ -3219,7 +3219,7 @@ void GUI_App::import_model(wxWindow *parent, wxArrayString& input_files) const
3219
3219
{
3220
3220
input_files.Clear ();
3221
3221
wxFileDialog dialog (parent ? parent : GetTopWindow (),
3222
- _L (" Choose one or more files (3mf/step/stl/obj/amf):" ),
3222
+ _L (" Choose one or more files (3mf/step/stl/svg/ obj/amf):" ),
3223
3223
from_u8 (app_config->get_last_dir ()), " " ,
3224
3224
file_wildcards (FT_MODEL), wxFD_OPEN | wxFD_MULTIPLE | wxFD_FILE_MUST_EXIST);
3225
3225
0 commit comments