Use Normalize instead of MakeAbsolute
Ugh doing this while headhurts much
This commit is contained in:
parent
5184908dd1
commit
c72914c43c
|
@ -353,7 +353,7 @@ wxString PATHS::GetOSXKicadDataDir()
|
|||
wxString PATHS::getWindowsKiCadRoot()
|
||||
{
|
||||
wxFileName root( Pgm().GetExecutablePath() + "/../" );
|
||||
root.MakeAbsolute();
|
||||
root.Normalize();
|
||||
|
||||
return root.GetPathWithSep();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue