]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Start of Help on Linux platform fixed CTH_V12
authorsln <sln@opencascade.com>
Mon, 2 Apr 2007 12:19:08 +0000 (12:19 +0000)
committersln <sln@opencascade.com>
Mon, 2 Apr 2007 12:19:08 +0000 (12:19 +0000)
src/LightApp/LightApp_Application.cxx

index 483993506eda997b3d147c006bc54960e5c2bf73..4726b53a340fd9b28bafaf3aa6fcb1b75d7709e8 100644 (file)
@@ -1023,7 +1023,11 @@ void LightApp_Application::onHelpContentsModule()
        QString quote("\""); 
        anApp.prepend( quote ); 
        anApp.append( quote ); 
+#else
+       if ( anApp.isEmpty() )
+         anApp = "mozilla";
 #endif
+
   QString aParams = resMgr->stringValue("ExternalBrowser", "parameters");
 
   if (!anApp.isEmpty()) {