]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filename.h
added GetHimagelist()
[wxWidgets.git] / include / wx / filename.h
index b3b961c056d148031e0326c95f2fe5fe4529f51a..ad9feee7af846275d3a210d997932de4b73ca72b 100644 (file)
@@ -35,7 +35,6 @@
     3. SameFileAs() function to compare inodes under Unix
  */
 
     3. SameFileAs() function to compare inodes under Unix
  */
 
-// ridiculously enough, this will replace DirExists with wxDirExists etc
 #include "wx/filefn.h"
 #include "wx/datetime.h"
 
 #include "wx/filefn.h"
 #include "wx/datetime.h"
 
@@ -186,7 +185,7 @@ public:
     bool IsOk() const
     {
         // we're fine if we have the path or the name or if we're a root dir
     bool IsOk() const
     {
         // we're fine if we have the path or the name or if we're a root dir
-        return m_dirs.size() != 0 || !m_name.IsEmpty() || !m_relative ||
+        return m_dirs.size() != 0 || !m_name.empty() || !m_relative ||
                 !m_ext.empty() || m_hasExt;
     }
 
                 !m_ext.empty() || m_hasExt;
     }