forked from mia/Aegisub
Don't mark file format filters as translatable
Originally committed to SVN as r6616.
This commit is contained in:
parent
fb7638312a
commit
b201bee1d1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue