changeset 771 | 01f2f6d6789d |
parent 660 | d0e047b8d412 |
child 825 | 1ad892c1a709 |
1.1 --- a/xsltproc.cpp Wed Jan 16 15:45:20 2008 +0000 1.2 +++ b/xsltproc.cpp Mon May 18 11:22:41 2009 +0000 1.3 @@ -78,11 +78,12 @@ 1.4 } else 1.5 { 1.6 if (!xsltProc->waitForFinished()) 1.7 + { 1.8 QMessageBox::critical( 0, QObject::tr( "Critical Error" ), 1.9 QObject::tr("%1 didn't exit normally").arg(xsltprocessor) + 1.10 xsltProc->getErrout() ); 1.11 - else 1.12 if (xsltProc->exitStatus()>0) showOutput=true; 1.13 + } 1.14 1.15 } 1.16 dia.append ("\n");