Patch #1851 2007-01-22 15:52
pecan
Duplicate menu mnemonics- Download
- 1851-Duplicate_menu.patch (923 bytes)
Index: src/src/resources/main_menu.xrc
===================================================================
--- src/src/resources/main_menu.xrc (revision 3482)
+++ src/src/resources/main_menu.xrc (working copy)
@@ -54,7 +54,7 @@
</object>
</object>
<object class="wxMenu" name="idFileReopenFile">
- <label>&Recent files</label>
+ <label>R&ecent files</label>
<help>Open a recent file</help>
<object class="wxMenuItem" name="idFileOpenRecentFileClearHistory">
<label>&Clear history</label>
@@ -101,7 +101,7 @@
<help>Save the active file under a different name</help>
</object>
<object class="wxMenuItem" name="idFileSaveAllFiles">
- <label>&Save a&ll files</label>
+ <label>Save a&ll files</label>
<accel>Ctrl-Shift-S</accel>
<help>Save all modified files</help>
</object>
History
pecan 2007-01-22 15:55
There is a duplicate & on "Save all files" causing a menu error in Linux
Both Recent Projects and Recent Files are using &R
Changed Recent Files to use &e
killerbot 2007-01-25 19:59
ah that explains tha "all" looks like "a ll" ;-)
should we avoid menu entries using the same &x ??
in file menu "Save all files" and "Save project as user-template also share the &S.
Will apply this tomorrow, any suggestions for the &S one ?
biplab 2007-03-07 16:17
@Pecan: Thanks for the patch.
@killerbot, I found few more such bugs and fixed them, too. I'm closing this patch.