1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-07 12:12:23 +01:00

Some naming consistency...

Prefer "MissingAliasFiles" not other permutations of the words
This commit is contained in:
Paul Licameli
2019-04-23 21:13:16 -04:00
parent 2d8c287384
commit 0ab29d21e9
14 changed files with 65 additions and 65 deletions

View File

@@ -537,8 +537,8 @@ size_t BlockFile::CommonReadData(
if (pAliasFile) {
// Set a marker to display an error message for the silence
if (!wxGetApp().ShouldShowMissingAliasedFileWarning())
wxGetApp().MarkAliasedFilesMissingWarning(pAliasFile);
if (!wxGetApp().ShouldShowMissingAliasFilesWarning())
wxGetApp().MarkMissingAliasFilesWarning(pAliasFile);
}
}
}