Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10835/src/gui
Modified Files:
wxIconManager.cpp
Log Message:
replace deprecated wxPathExists with wxDirExists
Index: wxIconManager.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxIconManager.cpp,v
retrieving revision 1.108
retrieving revision 1.109
diff -b -u -2 -r1.108 -r1.109
--- wxIconManager.cpp 13 Jul 2004 23:28:55 -0000 1.108
+++ wxIconManager.cpp 9 Apr 2005 18:55:42 -0000 1.109
@@ -466,6 +466,6 @@
m_SubDir = DIR_SEPARATOR + subDir;
- if ( !wxPathExists(m_GlobalDir + m_SubDir) &&
- !wxPathExists(m_LocalDir + m_SubDir) )
+ if ( !wxDirExists(m_GlobalDir + m_SubDir) &&
+ !wxDirExists(m_LocalDir + m_SubDir) )
{
// save ourselves some time when searching - we don't risk to find
-------------------------------------------------------
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