From f3869c803067d3180d396e1ead7bba6109baa70c Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 22 Jul 2007 15:20:58 +0000 Subject: [PATCH] applying 1741073 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/uma.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac/carbon/uma.cpp b/src/mac/carbon/uma.cpp index c9fc098bca..f368bfa5ed 100644 --- a/src/mac/carbon/uma.cpp +++ b/src/mac/carbon/uma.cpp @@ -214,7 +214,7 @@ void UMASetMenuItemShortcut( MenuRef menu , MenuItemIndex item , wxAcceleratorEn macKey = 0 ; glyph = kMenuF1Glyph + ( key - WXK_F1 ) ; if ( key >= WXK_F13 ) - glyph += 13 ; + glyph += 12 ; } else {