]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filename.cpp
mention the key code changes
[wxWidgets.git] / src / common / filename.cpp
index 7ca4edd295680817350dca0b4bd83af9f998e563..0e3653a6a3899fb2ca94aee12dc6d5bca4e611cb 100644 (file)
@@ -434,6 +434,9 @@ void wxFileName::Clear()
     m_volume =
     m_name =
     m_ext = wxEmptyString;
+
+    // we don't have any absolute path for now
+    m_relative = TRUE;
 }
 
 /* static */