From: sln Date: Mon, 2 Apr 2007 12:19:08 +0000 (+0000) Subject: Start of Help on Linux platform fixed X-Git-Tag: CTH_V12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=47c261c7d54786b454967816dc9f99421d84f3ab;p=modules%2Fgui.git Start of Help on Linux platform fixed --- diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index 483993506..4726b53a3 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -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()) {