Replace ':' to '{', '}' for alias in variable path
This commit is contained in:
parent
d27413a032
commit
e7d6c84aef
|
@ -619,9 +619,9 @@ wxString FILENAME_RESOLVER::ShortenPath( const wxString& aFullPathName )
|
|||
else
|
||||
{
|
||||
// new style alias
|
||||
tname = ":";
|
||||
tname = "${";
|
||||
tname.append( sL->m_Alias );
|
||||
tname.append( wxS( ":" ) );
|
||||
tname.append( wxS( "}/" ) );
|
||||
tname.append( fname );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue