# HG changeset patch # User insilmaril # Date 1204128546 0 # Node ID 3472b93efb0c630c6151c194229cadd285774182 # Parent 3dabc6424d731e93f0c5ba2094f477e0b756825b autosave fix 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");