Skip to content

Commit

Permalink
Bug 1516: De-duplicating Quit and Queue accelerators in Commands menu
Browse files Browse the repository at this point in the history
https://winscp.net/tracker/1516

Source commit: e88da01d1fe3ded5a242c6f1fb5b6d97daa5a663
  • Loading branch information
martinprikryl committed Jan 28, 2018
1 parent a70df32 commit d095bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/forms/ScpCommander.dfm
Expand Up @@ -311,7 +311,7 @@ inherited ScpCommanderForm: TScpCommanderForm
Action = NonVisualDataModule.RemoteFindFilesAction
end
object QueueSubmenuItem: TTBXSubmenuItem
Caption = '&Queue'
Caption = 'Q&ueue'
HelpKeyword = 'ui_queue#managing_the_queue'
Hint = 'Queue list commands'
OnPopup = QueueSubmenuItemPopup
Expand Down
2 changes: 1 addition & 1 deletion source/forms/ScpExplorer.dfm
Expand Up @@ -148,7 +148,7 @@ inherited ScpExplorerForm: TScpExplorerForm
Action = NonVisualDataModule.RemoteFindFilesAction
end
object QueueSubmenuItem: TTBXSubmenuItem
Caption = '&Queue'
Caption = 'Q&ueue'
HelpKeyword = 'ui_queue#managing_the_queue'
Hint = 'Queue list commands'
OnPopup = QueueSubmenuItemPopup
Expand Down

0 comments on commit d095bc7

Please sign in to comment.