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

Modified Files:
        wxMenuDefs.cpp wxMFrame.cpp 
Log Message:
added a (not finished yet) dialog to edit config sources

Index: wxMenuDefs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMenuDefs.cpp,v
retrieving revision 1.227
retrieving revision 1.228
diff -b -u -2 -r1.227 -r1.228
--- wxMenuDefs.cpp      13 May 2005 03:40:26 -0000      1.227
+++ wxMenuDefs.cpp      5 Jul 2005 12:36:01 -0000       1.228
@@ -310,5 +310,5 @@
 
    // the available accelerators for this menu:
-   // BHJNVUWYZ
+   // BHJNVWYZ
    { WXMENU_EDIT_CUT,  gettext_noop("Cu&t\tCtrl-X"), gettext_noop("Cut 
selection and copy it to clipboard")           , wxITEM_NORMAL },
    { WXMENU_EDIT_COPY, gettext_noop("&Copy\tCtrl-C"), gettext_noop("Copy 
selection to clipboard")           , wxITEM_NORMAL },
@@ -321,5 +321,4 @@
    { WXMENU_SEPARATOR,     wxEmptyString,                  wxEmptyString       
                  , wxITEM_NORMAL },
    { WXMENU_EDIT_ADB,      gettext_noop("Address boo&ks...\tCtrl-D"), 
gettext_noop("Edit the address book(s)") , wxITEM_NORMAL },
-   { WXMENU_EDIT_PREF,     gettext_noop("Pr&eferences...\tCtrl-Shift-E"),   
gettext_noop("Change options")           , wxITEM_NORMAL },
    { WXMENU_EDIT_MODULES,  gettext_noop("M&odules..."), gettext_noop("Choose 
which extension modules to use")           , wxITEM_NORMAL },
    { WXMENU_EDIT_FILTERS,  gettext_noop("Filter &rules..."), 
gettext_noop("Edit rules for message filtering")   , wxITEM_NORMAL },
@@ -327,4 +326,6 @@
    { WXMENU_EDIT_SPAM_CONFIG, gettext_noop("Sp&am filters..."), 
gettext_noop("Set the options for spam detection"), wxITEM_NORMAL },
    { WXMENU_SEPARATOR,     wxEmptyString,                  wxEmptyString       
                  , wxITEM_NORMAL },
+   { WXMENU_EDIT_PREF,     gettext_noop("Pr&eferences...\tShift-Ctrl-E"),   
gettext_noop("Change options")           , wxITEM_NORMAL },
+   { WXMENU_EDIT_CONFIG_SOURCES, gettext_noop("Configuration so&urces..."), 
gettext_noop("Edit configuration sources list"), wxITEM_NORMAL },
    { WXMENU_EDIT_SAVE_PREF,gettext_noop("&Save preferences"), 
gettext_noop("Save options")             , wxITEM_NORMAL },
    { WXMENU_EDIT_EXPORT_PREF,gettext_noop("E&xport preferences..."), 
gettext_noop("Export options")             , wxITEM_NORMAL },

Index: wxMFrame.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMFrame.cpp,v
retrieving revision 1.173
retrieving revision 1.174
diff -b -u -2 -r1.173 -r1.174
--- wxMFrame.cpp        20 Feb 2005 17:52:00 -0000      1.173
+++ wxMFrame.cpp        5 Jul 2005 12:36:03 -0000       1.174
@@ -44,5 +44,5 @@
 #endif // Python
 
-#include "ConfigSource.h"
+#include "ConfigSourceLocal.h"
 #include "FolderMonitor.h"
 
@@ -665,4 +665,8 @@
          break;
 
+      case WXMENU_EDIT_CONFIG_SOURCES:
+         ShowConfigSourcesDialog(this);
+         break;
+
       case WXMENU_EDIT_EXPORT_PREF:
       case WXMENU_EDIT_IMPORT_PREF:



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to