From: vsr Date: Mon, 18 Feb 2013 12:57:03 +0000 (+0000) Subject: Fix bug: Python GUI library in not found on Windows X-Git-Tag: V6_main_FINAL~36 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dafc7703cf8f8742702a1912a9c3c3f62ad8487f;p=modules%2Fgui.git Fix bug: Python GUI library in not found on Windows --- diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index 0c11ef825..2ac1e8128 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -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