Fixed typo in SL1S file mask template.
This commit is contained in:
parent
fea3d9f383
commit
164b0be064
@ -427,7 +427,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];
|
||||
|
Loading…
Reference in New Issue
Block a user