]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Bug IPAL19211 : Qt4 porting: Help on Mandrake. There is warning, but page in mozilla...
authorouv <ouv@opencascade.com>
Wed, 19 Mar 2008 12:27:35 +0000 (12:27 +0000)
committerouv <ouv@opencascade.com>
Wed, 19 Mar 2008 12:27:35 +0000 (12:27 +0000)
src/LightApp/LightApp_Application.cxx

index dd70e9b6be43ce06ce0279931e82da5f73bcaf3f..9311771bfd1c124272ce5f0791fa3ad481651e90 100644 (file)
@@ -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 );