mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Fix dialog naming
For nicer Doxygen results, we need consistency in naming of classes. Dialag classes are now called SomethingDialog.
This commit is contained in:
@@ -574,7 +574,7 @@ bool ProjectFileManager::SaveCopyWaveTracks(const FilePath & strProjectPathName,
|
||||
extension = wxT("wav");
|
||||
fileFormat = wxT("WAVFLT");
|
||||
#endif
|
||||
// Some of this is similar to code in ExportMultiple::ExportMultipleByTrack
|
||||
// Some of this is similar to code in ExportMultipleDialog::ExportMultipleByTrack
|
||||
// but that code is really tied into the dialogs.
|
||||
|
||||
// Copy the tracks because we're going to do some state changes before exporting.
|
||||
|
||||
Reference in New Issue
Block a user