]> git.lyx.org Git - lyx.git/commitdiff
Amend change b5c5083c6c035294e8a762bd5bd737a56d27317a.
authorStephan Witt <switt@lyx.org>
Fri, 20 Jul 2018 05:29:48 +0000 (07:29 +0200)
committerStephan Witt <switt@lyx.org>
Fri, 20 Jul 2018 05:33:09 +0000 (07:33 +0200)
Remove superfluous and broken code.

src/frontends/qt4/GuiParagraph.cpp

index c3f7a9475987e9f15448201ac24ea3a26d88c542..b7e1050a3f5386d1d1f32f56d3f5ba6e0c685524 100644 (file)
@@ -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