commit b0371107ffdda032ab1a2bf1a27a7433de9ecafa
Author: Stephan Witt <[email protected]>
Date: Fri Jul 20 07:29:48 2018 +0200
Amend change b5c5083c6c035294e8a762bd5bd737a56d27317a.
Remove superfluous and broken code.
---
src/frontends/qt4/GuiParagraph.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/frontends/qt4/GuiParagraph.cpp
b/src/frontends/qt4/GuiParagraph.cpp
index c3f7a94..b7e1050 100644
--- a/src/frontends/qt4/GuiParagraph.cpp
+++ b/src/frontends/qt4/GuiParagraph.cpp
@@ -67,7 +67,6 @@ GuiParagraph::GuiParagraph(GuiView & lv)
// foreground and are hidden when the main window is not focused.
setWindowFlags(Qt::Tool);
synchronizedViewCB->setChecked(true);
- closePB->setText(qt_("&Cancel"));
#else
synchronizedViewCB->setChecked(false);
#endif