]> git.lyx.org Git - lyx.git/commitdiff
even better :)
authorPavel Sanda <sanda@lyx.org>
Tue, 6 Oct 2009 10:15:14 +0000 (10:15 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 6 Oct 2009 10:15:14 +0000 (10:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31538 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiPrefs.cpp

index 7219c721cffc8f9fd8e03cdda5d481ef471e4bc3..4d22e3ad1e5901cde13291ef8e8346aba6a76c25 100644 (file)
@@ -2155,7 +2155,7 @@ PrefUserInterface::PrefUserInterface(GuiPreferences * form)
        connect(openDocumentsInTabsCB, SIGNAL(clicked()),
                this, SIGNAL(changed()));
 #if QT_VERSION < 0x040500
-       openDocumentsInTabsCB->setEnabled(false);
+       singleCloseTabButtonCB->setEnabled(false);
 #endif
        connect(singleCloseTabButtonCB, SIGNAL(clicked()),
                this, SIGNAL(changed()));