ElementEditor: qetelementeditor fixes wrong braces introduced in previous commit

This commit is contained in:
damianCaceres
2020-08-05 20:56:42 +01:00
committed by Laurent Trinques
parent 0507336622
commit fa719cf8ff

View File

@@ -506,8 +506,8 @@ void QETElementEditor::slot_updateTitle() {
}
if (isReadOnly()) {
title += tr(" [lecture seule]", "window title tag");
setWindowTitle(title);
}
setWindowTitle(title);
}
/**