From 8044421d252da4c6eb371578ee918927f778e7a7 Mon Sep 17 00:00:00 2001 From: ouv Date: Wed, 19 Mar 2008 12:27:35 +0000 Subject: [PATCH] Bug IPAL19211 : Qt4 porting: Help on Mandrake. There is warning, but page in mozilla is opened. --- src/LightApp/LightApp_Application.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.2