From bb21ab03d3f42b44af5899c7e3d27cb4fed062a2 Mon Sep 17 00:00:00 2001 From: PB Date: Fri, 17 Jul 2026 09:12:17 +0200 Subject: [PATCH] Remove conflicting keyboard shortcut from the menu sample. The sample used for the Get menu info command. However, this conflicted with the shortcut used to invoke the File menu. Fix this by using a different shortcut for the Get menu info. --- samples/menu/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/menu/menu.cpp b/samples/menu/menu.cpp index 935dc9b9f1..a216a85eac 100644 --- a/samples/menu/menu.cpp +++ b/samples/menu/menu.cpp @@ -638,7 +638,7 @@ MyFrame::MyFrame() menuMenu->AppendSeparator(); #endif - menuMenu->Append(Menu_Menu_GetInfo, "Get menu item in&fo\tAlt-F", + menuMenu->Append(Menu_Menu_GetInfo, "Get menu item inf&o\tAlt-O", "Show the state of the last menu item"); #if wxUSE_TEXTDLG menuMenu->Append(Menu_Menu_SetLabel, "Set menu item label\tAlt-L",