]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Update of location of teh license file due to the changes of TRIPOLI resources positi...
authormpv <mpv@opencascade.com>
Thu, 16 Sep 2010 07:31:56 +0000 (07:31 +0000)
committermpv <mpv@opencascade.com>
Thu, 16 Sep 2010 07:31:56 +0000 (07:31 +0000)
src/SUIT/SUIT_LicenseDlg.cxx

index 21c6517b2e5f342ca8893de2141ad3d50f52c2d4..fee356fa5a2f9d6dba96c1fd0a7ec28940db0a78 100755 (executable)
@@ -51,7 +51,7 @@ SUIT_LicenseDlg::SUIT_LicenseDlg( bool firstShow, QWidget* parent, const char* n
   if ( ::getenv( "TRIPOLI_ROOT_DIR" ) )
     env = ::getenv( "TRIPOLI_ROOT_DIR" );
  
-  QFile file( env + "/share/salome/resources/License.txt" ); // Read the text from a file
+  QFile file( env + "/share/salome/resources/tripoli/License.txt" ); // Read the text from a file
   
   if ( !file.exists() || !file.open( QIODevice::ReadOnly ) )
     return;