mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 23:20:52 +01:00
ElementEditor: qetelementeditor fixes wrong braces introduced in previous commit
This commit is contained in:
committed by
Laurent Trinques
parent
0507336622
commit
fa719cf8ff
@@ -506,8 +506,8 @@ void QETElementEditor::slot_updateTitle() {
|
|||||||
}
|
}
|
||||||
if (isReadOnly()) {
|
if (isReadOnly()) {
|
||||||
title += tr(" [lecture seule]", "window title tag");
|
title += tr(" [lecture seule]", "window title tag");
|
||||||
setWindowTitle(title);
|
|
||||||
}
|
}
|
||||||
|
setWindowTitle(title);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user