LCL: reverted changes to menus.pp from r36666 #844e616738 (by Paul's request)

git-svn-id: trunk@36717 -
This commit is contained in:
maxim 2012-04-10 21:41:46 +00:00
parent de59e7b8b4
commit ae9b3c702a

View File

@ -443,10 +443,12 @@ procedure Register;
const
// cHotkeyPrefix = '&';
cHotkeyPrefix = '&';
cLineCaption = '-';
// cDialogSuffix = '...';
// ValidMenuHotkeys: string = '1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ';
cDialogSuffix = '...';
ValidMenuHotkeys: string = '1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ';
implementation