xsltproc.cpp
changeset 677 3472b93efb0c
parent 660 d0e047b8d412
child 825 1ad892c1a709
     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");