2
0
Martijn Laan 1 жил өмнө
parent
commit
ea4353e89d

+ 1 - 1
Projects/Src/CompFunc.pas

@@ -459,7 +459,7 @@ end;
 procedure SetFakeShortCut(const MenuItem: TMenuItem; const Key: Word;
   const Shift: TShiftState);
 begin
-  SetFakeShortCutText(MenuItem, ShortCutToText(ShortCut(Key, Shift)));
+  SetFakeShortCut(MenuItem, ShortCut(Key, Shift));
 end;
 
 procedure SetFakeShortCut(const MenuItem: TMenuItem; const ShortCut: TShortCut);