From fa719cf8ffef3f5b3f917c30495e811e816e1a4f Mon Sep 17 00:00:00 2001 From: damianCaceres Date: Wed, 5 Aug 2020 20:56:42 +0100 Subject: [PATCH] ElementEditor: qetelementeditor fixes wrong braces introduced in previous commit --- sources/editor/qetelementeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/editor/qetelementeditor.cpp b/sources/editor/qetelementeditor.cpp index 1c82aa87c..39cb8c243 100644 --- a/sources/editor/qetelementeditor.cpp +++ b/sources/editor/qetelementeditor.cpp @@ -506,8 +506,8 @@ void QETElementEditor::slot_updateTitle() { } if (isReadOnly()) { title += tr(" [lecture seule]", "window title tag"); - setWindowTitle(title); } + setWindowTitle(title); } /**