Fixed typo in SL1S file mask template.
This commit is contained in:
parent
c7691ec95e
commit
bd159f4e52
1 changed files with 1 additions and 1 deletions
|
@ -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_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];
|
std::string out = defaults[file_type];
|
||||||
|
|
Loading…
Add table
Reference in a new issue