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

Modified Files:
        wxOptionsDlg.h 
Log Message:
added a dialog to configure the spam detection options and a test for ks_c_5601 charset


Index: wxOptionsDlg.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxOptionsDlg.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -b -u -2 -r1.21 -r1.22
--- wxOptionsDlg.h      12 Nov 2001 20:19:06 -0000      1.21
+++ wxOptionsDlg.h      20 Jun 2002 18:12:01 -0000      1.22
@@ -61,6 +61,10 @@
 extern bool ShowRestoreDefaultsDialog(Profile *profile, wxFrame *parent = NULL);
 
-/// creates and shows the options dialog with several custom options page
-extern void ShowCustomOptionsDialog(size_t nPages,
+/**
+  creates and shows the options dialog with several custom options page
+
+  @return TRUE if ok was pressed, FALSE if cancel
+ */
+extern bool ShowCustomOptionsDialog(size_t nPages,
                                     const wxOptionsPageDesc *pageDesc,
                                     Profile *profile = NULL,
@@ -68,9 +72,9 @@
 
 /// creates and shows the options dialog with the given (single) options page
-inline void ShowCustomOptionsDialog(const wxOptionsPageDesc& pageDesc,
+inline bool ShowCustomOptionsDialog(const wxOptionsPageDesc& pageDesc,
                                     Profile *profile = NULL,
                                     wxFrame *parent = NULL)
 {
-   ShowCustomOptionsDialog(1, &pageDesc, profile, parent);
+   return ShowCustomOptionsDialog(1, &pageDesc, profile, parent);
 }
 



-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to