Update for wx3.0 compatibility
This commit is contained in:
parent
c86688d280
commit
f0a8182532
|
@ -109,7 +109,8 @@ SIM_LIBRARY& SIM_LIB_MGR::SetLibrary( const wxString& aLibraryPath, REPORTER* aR
|
||||||
|
|
||||||
wxFileName fn( relLib );
|
wxFileName fn( relLib );
|
||||||
|
|
||||||
fullPath = testPath.GetAbsolutePath( fn.GetPath( true ) );
|
testPath.MakeAbsolute( fn.GetPath( true ) );
|
||||||
|
fullPath = testPath.GetFullPath();
|
||||||
}
|
}
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|
Loading…
Reference in New Issue