]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
IPAL22352 : Help does not work if path to module containts spaces
authorvsr <vsr@opencascade.com>
Thu, 24 Mar 2011 12:41:12 +0000 (12:41 +0000)
committervsr <vsr@opencascade.com>
Thu, 24 Mar 2011 12:41:12 +0000 (12:41 +0000)
src/LightApp/LightApp_Application.cxx

index d261d6ef35750752aaa72f52cc3ee90bdf72631d..1a51d3801f61286a9171e3a3708e1e73da9cb063 100644 (file)
@@ -918,7 +918,7 @@ public:
   virtual void run()
   {
     if ( !myApp.isEmpty()) {
-      QString aCommand = QString( "%1 %2 %3" ).arg( myApp, myParams, myHelpFile );
+      QString aCommand = QString( "%1 %2 \"%3\"" ).arg( myApp, myParams, myHelpFile );
       if ( !myContext.isEmpty() )
         aCommand += "#" + myContext;