Преглед изворни кода

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

Source commit: 677634aba6007cc7eb84504c086345fd7d077d48
Martin Prikryl пре 6 година
родитељ
комит
fb9de70508
1 измењених фајлова са 1 додато и 1 уклоњено
  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