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

Modified Files:
        MModule.cpp 
Log Message:
another wxPathExists changed to wxDirExists

Index: MModule.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MModule.cpp,v
retrieving revision 1.94
retrieving revision 1.95
diff -b -u -2 -r1.94 -r1.95
--- MModule.cpp 2 Dec 2004 13:18:55 -0000       1.94
+++ MModule.cpp 9 Apr 2005 18:54:26 -0000       1.95
@@ -630,5 +630,5 @@
    {
       pathname = dirs[i];
-      if ( wxPathExists(pathname) )
+      if ( wxDirExists(pathname) )
       {
          pathname = dirs[i];



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