mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-28 08:13: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:
@@ -63,7 +63,7 @@ void ShowDiagnostics(
|
||||
wxEmptyString,
|
||||
defaultPath,
|
||||
wxT("txt"),
|
||||
wxT("*.txt"),
|
||||
{ FileNames::TextFiles },
|
||||
wxFD_SAVE | wxFD_OVERWRITE_PROMPT | wxRESIZE_BORDER,
|
||||
&window);
|
||||
if (!fName.empty())
|
||||
|
||||
Reference in New Issue
Block a user