From: Stephan Witt Date: Fri, 20 Jul 2018 05:29:48 +0000 (+0200) Subject: Amend change b5c5083c6c035294e8a762bd5bd737a56d27317a. X-Git-Tag: lyx-2.4.0dev-acb2ca7b~3278 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b0371107ffdda032ab1a2bf1a27a7433de9ecafa;p=lyx.git Amend change b5c5083c6c035294e8a762bd5bd737a56d27317a. Remove superfluous and broken code. --- diff --git a/src/frontends/qt4/GuiParagraph.cpp b/src/frontends/qt4/GuiParagraph.cpp index c3f7a94759..b7e1050a3f 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