From: Stefan Schimanski Date: Sat, 26 Jan 2008 17:44:36 +0000 (+0000) Subject: * no box around the pixmap option anymore. So we disable the option directly. X-Git-Tag: 1.6.10~6520 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=21bf8063a0cc6a8865c7e3506abeb2ae69dfaab0;p=features.git * no box around the pixmap option anymore. So we disable the option directly. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22680 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiPrefs.cpp b/src/frontends/qt4/GuiPrefs.cpp index 0e923ec50c..7862d44ca8 100644 --- a/src/frontends/qt4/GuiPrefs.cpp +++ b/src/frontends/qt4/GuiPrefs.cpp @@ -521,7 +521,7 @@ void PrefScreenFonts::update(LyXRC const & rc) pixmapCacheCB->setChecked(rc.use_pixmap_cache); #if defined(Q_WS_X11) - pixmapCacheGB->setEnabled(false); + pixmapCacheCB->setEnabled(false); #endif }