]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/Menubar_pimpl.C
kb3 patch from John
[features.git] / src / frontends / xforms / Menubar_pimpl.C
index 2a8463860a1649a9ad8e87e743654dd5fe27de0e..53ab5c71252b94e8b6bba01f14d7b7d76d34d64b 100644 (file)
@@ -439,7 +439,7 @@ int Menubar::Pimpl::create_submenu(Window win, LyXView * view,
 
                        // Get the keys bound to this action, but keep only the
                        // first one later
-                       string const accel = toplevel_keymap->findbinding(item.action());
+                       string const accel = toplevel_keymap->findbinding(kb_action(item.action()));
                        // Build the menu label from all the info
                        string label = item.label();