| Summary: | (trivial) UI problem with "B" key as a shortcut for two menus | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Garen <garen> |
| Component: | kdevelop 2.x (obsolete) | Assignee: | KDevelop-Devel List <kdevelop-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Garen
2003-01-10 00:12:51 UTC
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. |