Browse Source

Removed the space in the error message after the new line

pull/10/head
Simon Wells 10 years ago
parent
commit
5caea3f599
  1. 2
      common/gestfich.cpp

2
common/gestfich.cpp

@ -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…
Cancel
Save