diff --git a/src/pathresolver.cpp b/src/pathresolver.cpp index 3634613..6adb7e4 100644 --- a/src/pathresolver.cpp +++ b/src/pathresolver.cpp @@ -36,8 +36,7 @@ wxString PathResolver::run ( const wxString& path, const wxString& anchor ) wxFileName anchorObject ( myAnchor ); if ( myAnchor.empty() ) { - //myAnchor = wxFileName::GetCwd(); - myAnchor = wxStandardPaths::Get().GetDataDir(); + myAnchor = wxFileName::GetCwd(); } else if ( !anchorObject.IsDir() ) {