From 4f5f45922c465fc5672a0768bf43fd206aa72253 Mon Sep 17 00:00:00 2001 From: mpv Date: Thu, 16 Sep 2010 07:31:56 +0000 Subject: [PATCH] Update of location of teh license file due to the changes of TRIPOLI resources position in version TRIPOLI 3 --- src/SUIT/SUIT_LicenseDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUIT/SUIT_LicenseDlg.cxx b/src/SUIT/SUIT_LicenseDlg.cxx index 21c6517b2..fee356fa5 100755 --- a/src/SUIT/SUIT_LicenseDlg.cxx +++ b/src/SUIT/SUIT_LicenseDlg.cxx @@ -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; -- 2.39.2