Explorar o código

Better placement of a comment + Removing obsolete (?) TODO tag

Source commit: 677634aba6007cc7eb84504c086345fd7d077d48
Martin Prikryl %!s(int64=6) %!d(string=hai) anos
pai
achega
fb9de70508
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -1781,9 +1781,9 @@ int __fastcall TCustomScpExplorerForm::CustomCommandState(
     // custom command that does not operate with files can be executed anytime ...
     if (!NonInteractiveCustomCommand->IsFileCommand(Cmd))
     {
+      // ... but do not show such command in remote file menu
       if ((ListType == ccltAll) || (ListType == ccltNonFile))
       {
-        // ... but do not show such command in remote file menu (TODO)
         Result = AllowedState;
       }
       else