Update of /cvsroot/mahogany/M/src/util
In directory usw-pr-cvs1:/tmp/cvs-serv13684/src/util

Modified Files:
        upgrade.cpp 
Log Message:
wxDirExists->wxPathExists, IsAbsPath->wxIsAbsolutePath

Index: upgrade.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/upgrade.cpp,v
retrieving revision 1.195
retrieving revision 1.196
diff -b -u -2 -r1.195 -r1.196
--- upgrade.cpp 12 Sep 2002 02:36:51 -0000      1.195
+++ upgrade.cpp 13 Oct 2002 12:24:53 -0000      1.196
@@ -3133,5 +3133,5 @@
    // local newsspool ?
    String newsspool = MailFolderCC::GetNewsSpool();
-   if ( wxDirExists(newsspool) )
+   if ( wxPathExists(newsspool) )
    {
       MFolder_obj mfolder = CreateServerEntry



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