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

Modified Files:
        wxMDialogs.cpp 
Log Message:
fix for remembering the per-folder msg boxes

Index: wxMDialogs.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMDialogs.cpp,v
retrieving revision 1.398
retrieving revision 1.399
diff -b -u -2 -r1.398 -r1.399
--- wxMDialogs.cpp      31 Aug 2003 20:41:17 -0000      1.398
+++ wxMDialogs.cpp      1 Sep 2003 00:31:02 -0000       1.399
@@ -779,5 +779,8 @@
       if ( !storedValue && folderName )
       {
-         pathLocal << Profile::FilterProfileName(folderName) << '/' << pathGlobal;
+         pathLocal << '/'
+                   << Profile::FilterProfileName(folderName)
+                   << '/'
+                   << pathGlobal;
 
          storedValue = wxPMessageBoxIsDisabled(pathLocal);



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to