1
0
Эх сурвалжийг харах

Code tag

Source commit: b2eff7f28123f1c6768081bef22b5776464f98ed
Martin Prikryl 5 жил өмнө
parent
commit
8a966a7b15

+ 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)