mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 22:19:35 +01:00
LCL: reverted changes to menus.pp from r36666 #844e616738 (by Paul's request)
git-svn-id: trunk@36717 -
This commit is contained in:
parent
de59e7b8b4
commit
ae9b3c702a
@ -443,10 +443,12 @@ procedure Register;
|
|||||||
|
|
||||||
|
|
||||||
const
|
const
|
||||||
// cHotkeyPrefix = '&';
|
cHotkeyPrefix = '&';
|
||||||
cLineCaption = '-';
|
cLineCaption = '-';
|
||||||
// cDialogSuffix = '...';
|
cDialogSuffix = '...';
|
||||||
// ValidMenuHotkeys: string = '1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
|
||||||
|
ValidMenuHotkeys: string = '1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user