mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-07 23:15:36 +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:
@@ -109,7 +109,7 @@ wxString FileNames::TempDir()
|
||||
return FileNames::MkDir(gPrefs->Read(wxT("/Directories/TempDir"), wxT("")));
|
||||
}
|
||||
|
||||
// originally an ExportMultiple method. Append suffix if newName appears in otherNames.
|
||||
// originally an ExportMultipleDialog method. Append suffix if newName appears in otherNames.
|
||||
void FileNames::MakeNameUnique(FilePaths &otherNames,
|
||||
wxFileName &newName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user