diff --git a/common/filename_resolver.cpp b/common/filename_resolver.cpp index ce81d75536..a0d7c082f1 100644 --- a/common/filename_resolver.cpp +++ b/common/filename_resolver.cpp @@ -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 ); }