浏览代码

Code tag

Source commit: b2eff7f28123f1c6768081bef22b5776464f98ed
Martin Prikryl 5 年之前
父节点
当前提交
8a966a7b15
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
   OtherLocalDriveView->Font->Color = LocalDirView->Font->Color;
 
-  // TODO
+  // TODO_OTHER_LOCAL
   bool LocalSide = (FCurrentSide == osLocal);
   TAction * CurrentCopyAction = LocalSide ? NonVisualDataModule->LocalCopyAction : NonVisualDataModule->RemoteCopyAction;
   if (CurrentCopyItem->Action != CurrentCopyAction)