LIB_IDs can have forward slashes
This commit is contained in:
@@ -160,9 +160,7 @@ wxString EscapeString( const wxString& aSource, ESCAPE_CONTEXT aContext )
|
||||
}
|
||||
else if( aContext == CTX_LIBID )
|
||||
{
|
||||
if( c == '/' )
|
||||
converted += wxT( "{slash}" );
|
||||
else if( c == '\\' )
|
||||
if( c == '\\' )
|
||||
converted += wxT( "{backslash}" );
|
||||
else if( c == '<' )
|
||||
converted += wxT( "{lt}" );
|
||||
|
||||
Reference in New Issue
Block a user