]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Change wrong "Error" message when modules list is empty
authorvsr <vsr@opencascade.com>
Fri, 21 Apr 2006 07:50:44 +0000 (07:50 +0000)
committervsr <vsr@opencascade.com>
Fri, 21 Apr 2006 07:50:44 +0000 (07:50 +0000)
src/CAM/CAM_Application.cxx

index ef7cd09e4be7c0d002e0a5878432ee1ce0569f6c..7bdf12a28532ac84078bf41668c1f67b477e6bd3 100755 (executable)
@@ -485,7 +485,7 @@ void CAM_Application::readModuleList()
   }
 
   if ( myInfoList.isEmpty() )
-    SUIT_MessageBox::error1( 0, tr( "Error" ), tr( "Can not load modules configuration file " ), tr( "Ok" ) );
+    SUIT_MessageBox::warn1( 0, tr( "Warning" ), tr( "Modules list is empty" ), tr( "&OK" ) );
 }
 
 /*!Add common items for popup menu ( if they are exist )