Browse Source

Code tag

Source commit: b2eff7f28123f1c6768081bef22b5776464f98ed
Martin Prikryl 5 years ago
parent
commit
8a966a7b15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/ScpCommander.cpp

+ 1 - 1
source/forms/ScpCommander.cpp

@@ -947,7 +947,7 @@ void __fastcall TScpCommanderForm::UpdateControls()
   OtherLocalDirView->Font->Color = LocalDirView->Font->Color;
   OtherLocalDirView->Font->Color = LocalDirView->Font->Color;
   OtherLocalDriveView->Font->Color = LocalDirView->Font->Color;
   OtherLocalDriveView->Font->Color = LocalDirView->Font->Color;
 
 
-  // TODO
+  // TODO_OTHER_LOCAL
   bool LocalSide = (FCurrentSide == osLocal);
   bool LocalSide = (FCurrentSide == osLocal);
   TAction * CurrentCopyAction = LocalSide ? NonVisualDataModule->LocalCopyAction : NonVisualDataModule->RemoteCopyAction;
   TAction * CurrentCopyAction = LocalSide ? NonVisualDataModule->LocalCopyAction : NonVisualDataModule->RemoteCopyAction;
   if (CurrentCopyItem->Action != CurrentCopyAction)
   if (CurrentCopyItem->Action != CurrentCopyAction)