Fixed typo in SL1S file mask template.

This commit is contained in:
bubnikv 2021-06-30 16:26:52 +02:00 committed by Vojtech Bubnik
parent c7691ec95e
commit bd159f4e52

View File

@ -435,7 +435,7 @@ wxString file_wildcards(FileType file_type, const std::string &custom_extension)
/* FT_TEX */ "Texture (*.png, *.svg)|*.png;*.PNG;*.svg;*.SVG",
/* FT_PNGZIP */ "Masked SLA files (*.sl1, *sl1s)|*.sl1;*.SL1;*.sl1s;*.SL1S",
/* FT_PNGZIP */ "Masked SLA files (*.sl1, *.sl1s)|*.sl1;*.SL1;*.sl1s;*.SL1S",
};
std::string out = defaults[file_type];