From a52a38101cd8f0c64b4ffaf1b87d92392d46a2fe Mon Sep 17 00:00:00 2001 From: marc Date: Wed, 28 Dec 2011 17:42:50 +0000 Subject: [PATCH] lcl: add missing vcl compatible ValidMenuHotkeys git-svn-id: trunk@34472 - --- lcl/menus.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lcl/menus.pp b/lcl/menus.pp index d6cb78e6a7..8734fca94f 100644 --- a/lcl/menus.pp +++ b/lcl/menus.pp @@ -447,6 +447,9 @@ const cLineCaption = '-'; cDialogSuffix = '...'; + ValidMenuHotkeys: string = '1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ'; + + implementation