Version: 3.0 Alpha 3 (using KDE Devel) Installed from: Compiled sources OS: Linux e.g. when I press ALT+B, either the "Build" menu or the "Bookmarks" menu opens up. These should be separate.
I tried to solve it with this patch, but it didn't work :( Index: src/gideonui.rc =================================================================== RCS file: /home/kde/kdevelop/src/gideonui.rc,v retrieving revision 1.43 diff -u -r1.43 gideonui.rc --- src/gideonui.rc 18 Mar 2003 23:21:12 -0000 1.43 +++ src/gideonui.rc 20 Mar 2003 12:10:11 -0000 @@ -64,7 +64,7 @@ <Action name="project_close"/> </Menu> <Menu name="build"> - <text>&Build</text> + <text>B&uild</text> <Merge/> <Separator/> <Action name="stop_processes"/>
Fixed in CVS using above example. You may need to delete your gideonui.rc file in your personal configuration directory if you've made menu changes.