1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 15:16:27 +01:00

(bug 113)

Comments about what's wrong with the DirManager::ProjectFSCK "Missing Aliased Files" dialog actions and what to do about it. (More to follow!)

Changed PushState for project repair from "Repair" to "Project Repair" to distinguish from Repair effect.

renames for clarity
This commit is contained in:
v.audacity
2010-08-01 00:04:23 +00:00
parent be83111226
commit a6cb3debe9
7 changed files with 68 additions and 68 deletions

View File

@@ -627,17 +627,10 @@ bool AliasBlockFile::ReadSummary(void *data)
return (read == mSummaryInfo.totalSummaryBytes);
}
/// Get the name of the file where the audio data for this block is
/// stored.
wxFileName AliasBlockFile::GetAliasedFile()
{
return mAliasedFileName;
}
/// Modify this block to point at a different file. This is generally
/// looked down on, but it is necessary in one case: see
/// DirManager::EnsureSafeFilename().
void AliasBlockFile::ChangeAliasedFile(wxFileName newAliasedFile)
void AliasBlockFile::ChangeAliasedFileName(wxFileName newAliasedFile)
{
mAliasedFileName = newAliasedFile;
}
@@ -648,15 +641,3 @@ wxLongLong AliasBlockFile::GetSpaceUsage()
return summaryFile.Length();
}
// Indentation settings for Vim and Emacs and unique identifier for Arch, a
// version control system. Please do not modify past this point.
//
// Local Variables:
// c-basic-offset: 3
// indent-tabs-mode: nil
// End:
//
// vim: et sts=3 sw=3
// arch-tag: a38e6501-f14a-4428-902d-17af1847cb59