mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Mark the "xml files" filter for importing for translation.
This commit is contained in:
parent
830590247b
commit
570f279ed0
@ -3160,7 +3160,7 @@ void EditCurvesDialog::OnDelete(wxCommandEvent &event)
|
||||
|
||||
void EditCurvesDialog::OnImport( wxCommandEvent &event )
|
||||
{
|
||||
wxFileDialog filePicker(this, _("Choose an EQ curve file"), FileNames::DataDir(), wxT(""), wxT("xml files (*.xml;*.XML)|*.xml;*.XML"));
|
||||
wxFileDialog filePicker(this, _("Choose an EQ curve file"), FileNames::DataDir(), wxT(""), _("xml files (*.xml;*.XML)|*.xml;*.XML"));
|
||||
wxString fileName = wxT("");
|
||||
if( filePicker.ShowModal() == wxID_CANCEL)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user