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:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user