]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
module is installed in salome_common root now
authorDUC ANH HOANG <duc-anh-externe.hoang@edf.fr>
Tue, 28 Mar 2023 13:02:40 +0000 (15:02 +0200)
committerDUC ANH HOANG <duc-anh-externe.hoang@edf.fr>
Tue, 28 Mar 2023 13:02:40 +0000 (15:02 +0200)
src/LightApp/LightApp_Application.cxx

index 8702a1f97c9f64ff539ab95bc09388a0fcd33961..28dcc8f36042fff2ed61226de2e7443a4f7feeff 100644 (file)
@@ -984,9 +984,10 @@ void LightApp_Application::onExtAdding()
       SCRUTE(moduleName.toStdString());
 
       QString moduleDir = QDir::cleanPath(extModulesDir + QDir::separator() + moduleName);
+      QString SalomeCommonDir = QDir::cleanPath(extModulesDir + QDir::separator() + "SALOME");
       SCRUTE(moduleDir.toStdString());
 
-      addUserModule(moduleName, moduleDir, true);
+      addUserModule(moduleName, SalomeCommonDir, true);
     }
 
     // Add an extension to GUI