Don't mark file format filters as translatable

Originally committed to SVN as r6616.
This commit is contained in:
Thomas Goyne 2012-03-27 00:49:53 +00:00
parent fb7638312a
commit b201bee1d1
1 changed files with 1 additions and 1 deletions

View File

@ -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