author | insilmaril |
Wed, 27 Feb 2008 16:09:06 +0000 | |
changeset 677 | 3472b93efb0c |
parent 676 | 3dabc6424d73 |
child 678 | fd6d1292c4ad |
xsltproc.cpp | file | annotate | diff | revisions |
1.1 --- a/xsltproc.cpp Wed Feb 27 16:09:06 2008 +0000 1.2 +++ b/xsltproc.cpp Wed Feb 27 16:09:06 2008 +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");