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

Modified Files:
        wxMenuDefs.cpp 
Log Message:
added an option to use default personal name when setting From from To if none 
specified

Index: wxMenuDefs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMenuDefs.cpp,v
retrieving revision 1.217
retrieving revision 1.218
diff -b -u -2 -r1.217 -r1.218
--- wxMenuDefs.cpp      4 Jul 2004 23:46:58 -0000       1.217
+++ wxMenuDefs.cpp      6 Jul 2004 13:00:10 -0000       1.218
@@ -222,5 +222,5 @@
 // The following accelerators are still unused:
 //    with Ctrl:           E     K M      T      
-//    with Shift-Ctrl:  B DE  HIJK M OPQ  T VWXY 
+//    with Shift-Ctrl:  B DE  HIJ  M OPQ  T VWXY 
 static const MenuItemInfo g_aMenuItems[] =
 {
@@ -435,7 +435,7 @@
    { WXMENU_SEPARATOR,     wxEmptyString,                  wxEmptyString              
           , wxITEM_NORMAL },
    { WXMENU_SUBMENU,       gettext_noop("&Spam"), wxEmptyString, wxITEM_NORMAL },
-      { WXMENU_MSG_SPAM_MARK, gettext_noop("Dispose as &spam"), 
gettext_noop("Classify the message as spam and treat it accordingly"), wxITEM_NORMAL },
+      { WXMENU_MSG_SPAM_MARK, gettext_noop("Dispose as &spam\tShift-Ctrl-Del"), 
gettext_noop("Classify the message as spam and treat it accordingly"), wxITEM_NORMAL },
       { WXMENU_MSG_SPAM_UNMARK, gettext_noop("Mark as &ham"), gettext_noop("Classify 
the message as non-spam"), wxITEM_NORMAL },
-      { WXMENU_MSG_SPAM_CHECK, gettext_noop("&Check message..."), gettext_noop("Check 
if this message is a spam"), wxITEM_NORMAL },
+      { WXMENU_MSG_SPAM_CHECK, gettext_noop("Chec&k message...\tShift-Ctrl-K"), 
gettext_noop("Check if this message is a spam"), wxITEM_NORMAL },
    { WXMENU_SUBMENU,       wxEmptyString, wxEmptyString, wxITEM_NORMAL },
    { WXMENU_SEPARATOR,     wxEmptyString,                  wxEmptyString              
           , wxITEM_NORMAL },



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to