Update of /cvsroot/mahogany/M/src/gui
In directory usw-pr-cvs1:/tmp/cvs-serv19332/src/gui

Modified Files:
        wxMenuDefs.cpp 
Log Message:
added a toolbar button to check for new mail (part of bug 645)

Index: wxMenuDefs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMenuDefs.cpp,v
retrieving revision 1.185
retrieving revision 1.186
diff -b -u -2 -r1.185 -r1.186
--- wxMenuDefs.cpp      16 Apr 2002 02:45:53 -0000      1.185
+++ wxMenuDefs.cpp      18 May 2002 17:32:02 -0000      1.186
@@ -95,4 +95,5 @@
 
    // main frame
+   { "tb_check_mail",    WXMENU_FILE_COLLECT,  gettext_noop("Check for new mail")    
+},
    { "tb_open",          WXMENU_FOLDER_OPEN,     gettext_noop("Open folder")          
 },
    { "tb_mail_compose",  WXMENU_FILE_COMPOSE,  gettext_noop("Compose a new message") 
},
@@ -126,9 +127,11 @@
 // the "Close", "Help" and "Exit" icons are added to all frames (except that
 // "Close" is not added to the main frame because there it's the same as "Exit")
-// FIXME should we also add "Edit adb"/"Preferences" to all frames by default?
+//
+// TODO: should we also add "Edit adb"/"Preferences" to all frames by default?
 
 static const int g_aMainTbar[] =
 {
-   WXTBAR_MAIN_OPEN,
+   WXTBAR_MAIN_COLLECT,
+   WXTBAR_SEP, // WXTBAR_MAIN_OPEN, -- this command is almost useless
    WXTBAR_MAIN_COMPOSE,
    WXTBAR_SEP,


_______________________________________________________________
Hundreds of nodes, one monster rendering program.
Now that's a super model! Visit http://clustering.foundries.sf.net/

_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to