]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix bug: Python GUI library in not found on Windows
authorvsr <vsr@opencascade.com>
Mon, 18 Feb 2013 12:57:03 +0000 (12:57 +0000)
committervsr <vsr@opencascade.com>
Mon, 18 Feb 2013 12:57:03 +0000 (12:57 +0000)
src/LightApp/LightApp_Application.cxx

index 0c11ef825a05a3039696958d22240b9aa1c124db..2ac1e812859863ddf2c4e4017e3dd0d29fd14425 100644 (file)
@@ -3570,7 +3570,7 @@ bool LightApp_Application::isLibExists( const QString& moduleTitle ) const
 
   //abd: changed libSalomePyQtGUI to SalomePyQtGUI for WIN32
   bool isPythonModule = lib.contains("SalomePyQtGUI");
-  bool isPythonLightModule = lib.contains("libSalomePyQtGUILight");
+  bool isPythonLightModule = lib.contains("SalomePyQtGUILight");
 
   QStringList paths;
 #ifdef WIN32