1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-22 14:15:51 +01:00

Reviewed uses of type alias FileExtension, it belongs in more places

This commit is contained in:
Paul Licameli
2019-12-27 16:14:25 -05:00
parent 3f88df06ec
commit d6d4ee3c29
11 changed files with 23 additions and 24 deletions

View File

@@ -631,7 +631,7 @@ bool MacroCommands::ApplySpecialCommand(
}
wxString filename;
wxString extension; // required for correct message
FileExtension extension; // required for correct message
if (command == wxT("ExportWAV"))
extension = wxT(".wav");
else if (command == wxT("ExportOgg"))