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

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

Index: MailFolderCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCC.cpp,v
retrieving revision 1.642
retrieving revision 1.643
diff -b -u -2 -r1.642 -r1.643
--- MailFolderCC.cpp    8 Oct 2002 21:27:55 -0000       1.642
+++ MailFolderCC.cpp    13 Oct 2002 12:24:53 -0000      1.643
@@ -1899,5 +1899,5 @@
       path << InitializeMH()
            << m_ImapSpec.c_str() + 4; // 4 == strlen("#mh/")
-      exists = wxDirExists(path);
+      exists = wxPathExists(path);
    }
 



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