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

Modified Files:
        MailFolderCC.cpp 
Log Message:
replace deprecated wxPathExists with wxDirExists

Index: MailFolderCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCC.cpp,v
retrieving revision 1.704
retrieving revision 1.705
diff -b -u -2 -r1.704 -r1.705
--- MailFolderCC.cpp    4 Oct 2004 12:30:22 -0000       1.704
+++ MailFolderCC.cpp    9 Apr 2005 15:39:32 -0000       1.705
@@ -2051,5 +2051,5 @@
       path << InitializeMH()
            << m_ImapSpec.c_str() + 4; // 4 == strlen("#mh/")
-      exists = wxPathExists(path);
+      exists = wxDirExists(path);
    }
 



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to