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

Bug fix: Duplicate command in remote file context menu operated over selected files instead of the focused file

Source commit: d65d3f08b7aa842cbc5e542005dae3e5d6283d98
Martin Prikryl пре 5 година
родитељ
комит
e2299d21f9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      source/forms/NonVisual.dfm

+ 1 - 1
source/forms/NonVisual.dfm

@@ -34,7 +34,7 @@ object NonVisualDataModule: TNonVisualDataModule
       end
     end
     object Duplicate3: TTBXItem
-      Action = RemoteCopyToAction
+      Action = RemoteCopyToFocusedAction
     end
     object Moveto6: TTBXItem
       Action = RemoteMoveToFocusedAction