Patch #1851 2007-01-22 15:52

pecan

Duplicate menu mnemonics
Download
1851-Duplicate_menu.patch (923 bytes)
Category
Application::Bugfix
Status
Accepted
Close date
2007-03-07 16:17
Assigned to
 
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>&amp;Recent files</label>
+        <label>R&amp;ecent files</label>
         <help>Open a recent file</help>
         <object class="wxMenuItem" name="idFileOpenRecentFileClearHistory">
           <label>&amp;Clear history</label>
@@ -101,7 +101,7 @@
         <help>Save the active file under a different name</help>
       </object>
       <object class="wxMenuItem" name="idFileSaveAllFiles">
-        <label>&amp;Save a&amp;ll files</label>
+        <label>Save a&amp;ll files</label>
         <accel>Ctrl-Shift-S</accel>
         <help>Save all modified files</help>
       </object>
pecan 2007-01-22 15:55

There is a duplicate &amp; on "Save all files" causing a menu error in Linux

Both Recent Projects and Recent Files are using &amp;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.