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

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

Index: upgrade.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/upgrade.cpp,v
retrieving revision 1.223
retrieving revision 1.224
diff -b -u -2 -r1.223 -r1.224
--- upgrade.cpp 17 Nov 2004 08:27:19 -0000      1.223
+++ upgrade.cpp 9 Apr 2005 15:39:33 -0000       1.224
@@ -3508,5 +3508,5 @@
    // local newsspool ?
    String newsspool = MailFolderCC::GetNewsSpool();
-   if ( wxPathExists(newsspool) )
+   if ( wxDirExists(newsspool) )
    {
       MFolder_obj mfolder(CreateServerEntry



-------------------------------------------------------
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