trying to get the export dialog for zip files.

This commit is contained in:
tamasmeszaros 2018-11-12 18:09:47 +01:00
parent c6695538a9
commit 90c38daeae
6 changed files with 11 additions and 16 deletions

View file

@ -48,6 +48,7 @@ const wxString file_wildcards[FT_SIZE] = {
/* FT_INI */ "INI files *.ini|*.ini;*.INI",
/* FT_SVG */ "SVG files *.svg|*.svg;*.SVG",
/* FT_PNGZIP */"Zipped PNG files *.zip|*.zip;*.ZIP", // This is lame, but that's what we use for SLA
};
@ -715,4 +716,4 @@ wxNotebook* GUI_App::tab_panel() const
} // GUI
} //Slic3r
} //Slic3r