diff -r 3dabc6424d73 -r 3472b93efb0c xsltproc.cpp --- a/xsltproc.cpp Wed Feb 27 16:09:06 2008 +0000 +++ b/xsltproc.cpp Wed Feb 27 16:09:06 2008 +0000 @@ -78,11 +78,12 @@ } else { if (!xsltProc->waitForFinished()) + { QMessageBox::critical( 0, QObject::tr( "Critical Error" ), QObject::tr("%1 didn't exit normally").arg(xsltprocessor) + xsltProc->getErrout() ); - else if (xsltProc->exitStatus()>0) showOutput=true; + } } dia.append ("\n");