Use wxFileName::MakeAbsolute() instead of Normalize()

Make the code more clear by being more explicit about what it does.

No real changes and no changes in behaviour at all.
This commit is contained in:
Vadim Zeitlin
2021-07-11 13:19:40 +01:00
parent 1f2413c461
commit 6d2af9e7a1
4 changed files with 15 additions and 15 deletions

View File

@@ -361,7 +361,7 @@ public:
bool MakeRelativeTo(const wxString& pathBase = wxEmptyString,
wxPathFormat format = wxPATH_NATIVE);
// make the path absolute
// make the path absolute and resolve any "." and ".." in it
//
// this may be done using another (than current) value of cwd
bool MakeAbsolute(const wxString& cwd = wxEmptyString,