mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Invalid menu shortcuts (issue #2321)
(cherry picked from commit 548a665a91)
This commit is contained in:
parent
eaf180ff48
commit
a7bd1e19c4
1 changed files with 2 additions and 2 deletions
|
|
@ -386,13 +386,13 @@ inherited frmOptionsHotkeys: TfrmOptionsHotkeys
|
|||
end
|
||||
object actPreviousCategory: TAction
|
||||
Caption = 'Previous category'
|
||||
ShortCut = 16493
|
||||
OnExecute = actPreviousCategoryExecute
|
||||
ShortCut = 109
|
||||
end
|
||||
object actNextCategory: TAction
|
||||
Caption = 'Next category'
|
||||
ShortCut = 16491
|
||||
OnExecute = actNextCategoryExecute
|
||||
ShortCut = 107
|
||||
end
|
||||
object actSortByCommand: TAction
|
||||
Caption = 'Sort by command name'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue