X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a397f85cd70661519a913df412d059d7945d4d5a..023fff9ae0d4b7ace23fc5c070576c240a9f6915:/src/common/filename.cpp

diff --git a/src/common/filename.cpp b/src/common/filename.cpp
index 7ca4edd295..0e3653a6a3 100644
--- a/src/common/filename.cpp
+++ b/src/common/filename.cpp
@@ -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 */