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:
Uwe Stöhr 2007-11-08 23:05:48 +00:00
parent 33b441517e
commit 5cd5bf695e

View File

@ -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()));