]> git.lyx.org Git - features.git/commitdiff
Windows compilation fix
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 31 May 2013 12:27:39 +0000 (14:27 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 31 May 2013 12:27:39 +0000 (14:27 +0200)
src/frontends/qt4/GuiPrefs.cpp

index b53384dff71692b2201a12f67fb817532549a5bc..d4f5d8b38d88f740edf2c7670aeeeb3354ba8407 100644 (file)
@@ -2527,7 +2527,6 @@ PrefUserInterface::PrefUserInterface(GuiPreferences * form)
 
 #if (!defined Q_WS_X11 || QT_VERSION < 0x040600)
        useSystemThemeIconsCB->hide();
-       themeIconsLA->hide();
 #endif
 }