mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 22:13:44 +00:00
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
Block a user