Removed the space in the error message after the new line
This commit is contained in:
parent
b02bc2bf50
commit
5caea3f599
|
@ -373,7 +373,7 @@ bool OpenPDF( const wxString& file )
|
|||
else
|
||||
{
|
||||
wxString msg;
|
||||
msg.Printf( _( "Problem while running the PDF viewer\n Command is '%s'" ),
|
||||
msg.Printf( _( "Problem while running the PDF viewer\nCommand is '%s'" ),
|
||||
GetChars( command ) );
|
||||
DisplayError( NULL, msg );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue