From: ouv Date: Wed, 19 Mar 2008 12:27:35 +0000 (+0000) Subject: Bug IPAL19211 : Qt4 porting: Help on Mandrake. There is warning, but page in mozilla... X-Git-Tag: V5_0_0a1~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8044421d252da4c6eb371578ee918927f778e7a7;p=modules%2Fgui.git Bug IPAL19211 : Qt4 porting: Help on Mandrake. There is warning, but page in mozilla is opened. --- diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index dd70e9b6b..9311771bf 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -896,7 +896,7 @@ public: QProcess* proc = new QProcess(); proc->start( aCommand ); - if ( proc->waitForStarted() ) { + if ( !proc->waitForStarted() ) { SALOME_CustomEvent* ce2000 = new SALOME_CustomEvent( 2000 ); QString* msg = new QString( QObject::tr( "EXTERNAL_BROWSER_CANNOT_SHOW_PAGE" ).arg( myApp, myHelpFile ) ); ce2000->setData( msg );