From: vsr Date: Fri, 21 Apr 2006 07:50:44 +0000 (+0000) Subject: Change wrong "Error" message when modules list is empty X-Git-Tag: T3_2_0b1_pre1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=25eda6faf43703a83418bf548d1eb6e4ca3d19a5;p=modules%2Fgui.git Change wrong "Error" message when modules list is empty --- diff --git a/src/CAM/CAM_Application.cxx b/src/CAM/CAM_Application.cxx index ef7cd09e4..7bdf12a28 100755 --- a/src/CAM/CAM_Application.cxx +++ b/src/CAM/CAM_Application.cxx @@ -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 )