mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Don't mark file format filters as translatable
Originally committed to SVN as r6616.
This commit is contained in:
parent
fb7638312a
commit
b201bee1d1
@ -307,7 +307,7 @@ void DialogFontsCollector::OnBrowse(wxCommandEvent &) {
|
||||
_("Select archive file name"),
|
||||
dest_ctrl->GetValue(),
|
||||
wxFileName(dest_ctrl->GetValue()).GetFullName(),
|
||||
".zip", _("Zip Archives (*.zip)|*.zip"),
|
||||
".zip", "Zip Archives (*.zip)|*.zip",
|
||||
wxFD_SAVE|wxFD_OVERWRITE_PROMPT);
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user