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

Modified Files:
        wxMDialogs.cpp 
Log Message:
msg boxes were always disabled globally even if user chose to disable it for a single 
folder only -- fixed

Index: wxMDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMDialogs.cpp,v
retrieving revision 1.414
retrieving revision 1.415
diff -b -u -2 -r1.414 -r1.415
--- wxMDialogs.cpp      12 Feb 2004 12:39:31 -0000      1.414
+++ wxMDialogs.cpp      22 Jul 2004 22:28:10 -0000      1.415
@@ -821,5 +821,5 @@
    int rc = wxPMessageBox
             (
-               pathGlobal,
+               pathLocal,
                message,
                String(M_TITLE_PREFIX) + title,



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to