mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-06 07:09:39 +02:00
Minor changes to comments.
This commit is contained in:
parent
39adb7b552
commit
63f391ba46
@ -1088,10 +1088,10 @@ bool DirManager::MoveToNewProjectDirectory(BlockFile *f)
|
||||
{
|
||||
if(!wxRenameFile(f->GetFileName().GetFullPath(),
|
||||
newFileName.GetFullPath()))
|
||||
/*wxCopyFile(f->GetFileName().GetFullPath(), //ANSWER-ME: In or out? Cruft?
|
||||
/*wxCopyFile(f->GetFileName().GetFullPath(), //vvvvv ANSWER-ME: In or out? Cruft?
|
||||
newFileName.GetFullPath()))*/
|
||||
return false;
|
||||
//wxRemoveFile(f->GetFileName().GetFullPath()); //ANSWER-ME: In or out? Cruft?
|
||||
//wxRemoveFile(f->GetFileName().GetFullPath()); //vvvvv ANSWER-ME: In or out? Cruft?
|
||||
}
|
||||
f->SetFileName(newFileName);
|
||||
|
||||
@ -1174,7 +1174,7 @@ bool DirManager::CopyToNewProjectDirectory(BlockFile *f)
|
||||
}
|
||||
return true;
|
||||
|
||||
//ANSWER-ME: In or out? Cruft?
|
||||
//vvvvv ANSWER-ME: In or out? Cruft?
|
||||
//
|
||||
// if ( !(newFileName == f->mFileName) ) {
|
||||
// bool ok = wxCopyFile(f->mFileName.GetFullPath(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user