parent
5c3ee0443c
commit
7bdea16b1f
|
@ -118,6 +118,10 @@ wxString NormalizePath( const wxFileName& aFilePath, const ENV_VAR_MAP* aEnvVars
|
|||
|
||||
normalizedFullPath += aFilePath.GetFullName();
|
||||
}
|
||||
else
|
||||
{
|
||||
normalizedFullPath = aFilePath.GetFullPath();
|
||||
}
|
||||
|
||||
return normalizedFullPath;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue