mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
GuiFloat.cpp: fix the regression that float placement dialog has no title
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21525 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
33b441517e
commit
5cd5bf695e
@ -29,9 +29,9 @@ namespace frontend {
|
||||
GuiFloat::GuiFloat(LyXView & lv)
|
||||
: GuiDialog(lv, "float")
|
||||
{
|
||||
setupUi(this);
|
||||
setViewTitle(_("Float Settings"));
|
||||
|
||||
setupUi(this);
|
||||
connect(restorePB, SIGNAL(clicked()), this, SLOT(slotRestore()));
|
||||
connect(okPB, SIGNAL(clicked()), this, SLOT(slotOK()));
|
||||
connect(applyPB, SIGNAL(clicked()), this, SLOT(slotApply()));
|
||||
|
Loading…
Reference in New Issue
Block a user