From 63f391ba466e0a7d6d7400fcf7933c7d010399f4 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Wed, 2 Feb 2011 00:43:00 +0000 Subject: [PATCH] Minor changes to comments. --- src/DirManager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/DirManager.cpp b/src/DirManager.cpp index fc781a823..2c2189381 100644 --- a/src/DirManager.cpp +++ b/src/DirManager.cpp @@ -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(),