fix, main menu action, only one shortcut could be assigned

This commit is contained in:
Basile Burg 2015-05-10 13:00:46 +02:00
parent 67c14dfb6d
commit 973906f3ed
1 changed files with 0 additions and 1 deletions

View File

@ -1000,7 +1000,6 @@ begin
if act.Caption <> identifier then
continue;
act.ShortCut := aShortcut;
break;
end;
end;
{$ENDREGION}