]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Suppressing warnings on Windows
authorvtn <vtn@opencascade.com>
Wed, 20 Mar 2013 14:19:33 +0000 (14:19 +0000)
committervtn <vtn@opencascade.com>
Wed, 20 Mar 2013 14:19:33 +0000 (14:19 +0000)
src/LightApp/LightApp_Application.cxx

index 8880510ceb7385349396b8f42e4c36a3dc6fb176..2b67707537c9df43b1aadd3a3d6b66e03083c212 100644 (file)
@@ -3584,9 +3584,8 @@ bool LightApp_Application::isLibExists( const QString& moduleTitle ) const
 
   QString lib = moduleLibrary( moduleTitle );
 
-  //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