X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a397f85cd70661519a913df412d059d7945d4d5a..cdb105516c7934613e22c4ae2b0936ea77ad17ca:/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 */