Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15541

Modified Files:
        wxMenuDefs.cpp 
Log Message:
fixed duplicate accelerators in Message menu

Index: wxMenuDefs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMenuDefs.cpp,v
retrieving revision 1.229
retrieving revision 1.230
diff -b -u -2 -r1.229 -r1.230
--- wxMenuDefs.cpp      24 Sep 2005 16:21:51 -0000      1.229
+++ wxMenuDefs.cpp      29 Nov 2005 01:21:43 -0000      1.230
@@ -336,10 +336,10 @@
 
    // the available accelerators for this menu:
-   // FGH
+   // H
 
    { WXMENU_MSG_OPEN,      gettext_noop("&Open"),             
gettext_noop("View selected message in a separate window")    , wxITEM_NORMAL },
    { WXMENU_MSG_EDIT,      gettext_noop("&Edit in composer\tCtrl-E"), 
gettext_noop("Edit selected message in composer")    , wxITEM_NORMAL },
    { WXMENU_MSG_PRINT,     gettext_noop("&Print\tCtrl-P"),    
gettext_noop("Print this message")       , wxITEM_NORMAL },
-   { WXMENU_MSG_PRINT_PREVIEW, gettext_noop("Print 
Pre&view"),gettext_noop("Preview a printout of this message")       , 
wxITEM_NORMAL },
+   { WXMENU_MSG_PRINT_PREVIEW, gettext_noop("Print 
Prev&iew"),gettext_noop("Preview a printout of this message")       , 
wxITEM_NORMAL },
 #ifdef USE_PS_PRINTING
    { WXMENU_MSG_PRINT_PS,     gettext_noop("PS-Prin&t"),      
gettext_noop("Print this message as PostScript")       , wxITEM_NORMAL },
@@ -428,11 +428,11 @@
    { WXMENU_MSG_DELETE_EXPUNGE,    gettext_noop("&Zap"), 
gettext_noop("Permanently and unrecoverably delete message(s)")      , 
wxITEM_NORMAL },
    { WXMENU_MSG_UNDELETE,  gettext_noop("&Undelete"),         
gettext_noop("Undelete message")         , wxITEM_NORMAL },
-   { WXMENU_MSG_EXPUNGE,   gettext_noop("E&xpunge"), gettext_noop("Remove all 
messages marked as deleted from the folder.")                  , wxITEM_NORMAL 
},
+   { WXMENU_MSG_EXPUNGE,   gettext_noop("Expun&ge"), gettext_noop("Remove all 
messages marked as deleted from the folder.")                  , wxITEM_NORMAL 
},
    { WXMENU_SEPARATOR,     wxEmptyString,                  wxEmptyString       
                  , wxITEM_NORMAL },
    { WXMENU_MSG_GOTO_MSGNO,   gettext_noop("&Jump to message...\tCtrl-J"), 
gettext_noop("Select the message by its number")     , wxITEM_NORMAL },
-   { WXMENU_MSG_NEXT_UNREAD,   gettext_noop("&Next unread\tCtrl-U"), 
gettext_noop("Select next unread message")     , wxITEM_NORMAL },
+   { WXMENU_MSG_NEXT_UNREAD,   gettext_noop("Ne&xt unread\tCtrl-U"), 
gettext_noop("Select next unread message")     , wxITEM_NORMAL },
    { WXMENU_MSG_NEXT_FLAGGED,   gettext_noop("Nex&t flagged"), 
gettext_noop("Select next flagged message")     , wxITEM_NORMAL },
    { WXMENU_SEPARATOR,     wxEmptyString,                  wxEmptyString       
                  , wxITEM_NORMAL },
-   { WXMENU_MSG_FLAG,      gettext_noop("Flag as &important\tCtrl-I"), 
gettext_noop("Mark message as flagged/unflagged")         , wxITEM_NORMAL },
+   { WXMENU_MSG_FLAG,      gettext_noop("&Flag as important\tCtrl-I"), 
gettext_noop("Mark message as flagged/unflagged")         , wxITEM_NORMAL },
    { WXMENU_MSG_MARK_ANSWERED, gettext_noop("Mark ans&wered"), 
gettext_noop("Mark message as answered/not answered")         , wxITEM_NORMAL },
    { WXMENU_MSG_MARK_READ,   gettext_noop("Mark &read"), gettext_noop("Mark 
message as read"), wxITEM_NORMAL },



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to