mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 04:01:54 +01:00
Rewrite FileNames::SelectFile using FileTypes...
... And more uniformity in the descriptions of file types used in more than one place Also fixes missing translations in VSTEffect.cpp
This commit is contained in:
@@ -849,7 +849,7 @@ For an audio file that will open in other apps, use 'Export'.\n");
|
||||
filename.GetPath(),
|
||||
filename.GetFullName(),
|
||||
wxT("aup"),
|
||||
_("Audacity projects") + wxT(" (*.aup)|*.aup"),
|
||||
{ FileNames::AudacityProjects },
|
||||
wxFD_SAVE | wxRESIZE_BORDER,
|
||||
&window);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user