From 973906f3edae79c58fa18ac616d82d0f40897c9c Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 10 May 2015 13:00:46 +0200 Subject: [PATCH] fix, main menu action, only one shortcut could be assigned --- src/ce_main.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ce_main.pas b/src/ce_main.pas index 42bdcba1..464b745a 100644 --- a/src/ce_main.pas +++ b/src/ce_main.pas @@ -1000,7 +1000,6 @@ begin if act.Caption <> identifier then continue; act.ShortCut := aShortcut; - break; end; end; {$ENDREGION}