]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
PERSALYS user manual
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 12 Jul 2024 14:29:19 +0000 (16:29 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Fri, 23 Aug 2024 09:05:09 +0000 (11:05 +0200)
products/PERSALYS.pyconf
products/patches/PERSALYS-v16.0.1-004.patch [new file with mode: 0644]

index 531b475a7aa9cb70ef00894800ff72b19f61bbb0..777f79643bf28d0c897593b8851ccfc667802d14 100644 (file)
@@ -60,6 +60,8 @@ default_win :
 }
 version_v16_0_1 :
 {
+   compil_script : 'PERSALYS-v16.0.1.sh'
+   patches : ['PERSALYS-v16.0.1-004.patch']
 }
 
 version_v16_0_1_win :
@@ -93,7 +95,8 @@ version_v16_0_1_win :
            ]
     patches : ['PERSALYS-v16.0.1-001.patch',
                'PERSALYS-v16.0.1-002.patch',
-               'PERSALYS-v16.0.1-003.patch'
+               'PERSALYS-v16.0.1-003.patch',
+               'PERSALYS-v16.0.1-004.patch'
               ]
 }
 
diff --git a/products/patches/PERSALYS-v16.0.1-004.patch b/products/patches/PERSALYS-v16.0.1-004.patch
new file mode 100644 (file)
index 0000000..14280b5
--- /dev/null
@@ -0,0 +1,11 @@
+--- persalys_v16.0.1_ref/lib/src/view/WelcomeWindow.cxx        2024-04-24 12:27:19.000000000 +0200
++++ persalys_v16.0.1_dev/lib/src/view/WelcomeWindow.cxx        2024-07-12 16:25:19.491458008 +0200
+@@ -37,7 +37,7 @@
+   margins.setBottom(0);
+   widgetLayout->setContentsMargins(margins);
+-  widgetLayout->addWidget(new TitleLabel(tr("Study creation"), "user_manual/graphical_interface/getting_started/user_manual_getting_started.html#create-a-study"));
++  widgetLayout->addWidget(new TitleLabel(tr("Study creation"), "user_manual/graphical_interface/getting_started/user_manual_getting_started.html"));
+   QScrollArea * scrollArea = new QScrollArea;
+   scrollArea->setWidgetResizable(true);