Commit 318f2b46 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

qt4 - language is win32 only.

parent b593c2c4
......@@ -259,7 +259,9 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
ui.defaultLabel->setFont( italicFont );
ui.skinsLabel->setFont( italicFont );
#if defined( WIN32 ) || defined (__APPLE__)
CONFIG_GENERIC( "language", StringList, NULL, language );//FIXME
#endif
#if !defined( WIN32 ) && !defined( HAVE_DBUS_3 )
ui.OneInterfaceBox->hide();
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment