mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
even better :)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31538 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ff3b2b54f2
commit
d67f1e3662
@ -2155,7 +2155,7 @@ PrefUserInterface::PrefUserInterface(GuiPreferences * form)
|
|||||||
connect(openDocumentsInTabsCB, SIGNAL(clicked()),
|
connect(openDocumentsInTabsCB, SIGNAL(clicked()),
|
||||||
this, SIGNAL(changed()));
|
this, SIGNAL(changed()));
|
||||||
#if QT_VERSION < 0x040500
|
#if QT_VERSION < 0x040500
|
||||||
openDocumentsInTabsCB->setEnabled(false);
|
singleCloseTabButtonCB->setEnabled(false);
|
||||||
#endif
|
#endif
|
||||||
connect(singleCloseTabButtonCB, SIGNAL(clicked()),
|
connect(singleCloseTabButtonCB, SIGNAL(clicked()),
|
||||||
this, SIGNAL(changed()));
|
this, SIGNAL(changed()));
|
||||||
|
Loading…
Reference in New Issue
Block a user