From ae9b3c702a6bcadd6638afc779d227f66c0fadde Mon Sep 17 00:00:00 2001 From: maxim Date: Tue, 10 Apr 2012 21:41:46 +0000 Subject: [PATCH] LCL: reverted changes to menus.pp from r36666 #844e616738 (by Paul's request) git-svn-id: trunk@36717 - --- lcl/menus.pp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lcl/menus.pp b/lcl/menus.pp index 31f931b7f6..ebf95be4cb 100644 --- a/lcl/menus.pp +++ b/lcl/menus.pp @@ -443,10 +443,12 @@ procedure Register; const -// cHotkeyPrefix = '&'; + cHotkeyPrefix = '&'; cLineCaption = '-'; -// cDialogSuffix = '...'; -// ValidMenuHotkeys: string = '1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ'; + cDialogSuffix = '...'; + + ValidMenuHotkeys: string = '1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ'; + implementation