diff --git a/src/View/LateralContribution/Edit/Window.py b/src/View/LateralContribution/Edit/Window.py index 537f4dadc8f89bea4ed94e69d3fff95e23952b9f..e992771023a6ef68c61666c968203f0097051842 100644 --- a/src/View/LateralContribution/Edit/Window.py +++ b/src/View/LateralContribution/Edit/Window.py @@ -29,7 +29,7 @@ from View.LateralContribution.Edit.Plot import Plot _translate = QCoreApplication.translate class EditLateralContributionWindow(ASubMainWindow, ListedSubWindow): - def __init__(self, title="Edit boundary condition", + def __init__(self, title="Edit lateral conditribution", data=None, study=None, parent=None): self._data = data self._study = study