]> git.sesse.net Git - vlc/commitdiff
AssoDialog is not available on Mac.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 15 Mar 2008 02:22:25 +0000 (19:22 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 15 Mar 2008 02:22:25 +0000 (19:22 -0700)
modules/gui/qt4/components/simple_preferences.cpp

index 5fd544049e4f84871114311f402f64477e3e5497..69a19a8e94d5f9721954d0edae991ec12bcf9077 100644 (file)
@@ -411,7 +411,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
             ui.defaultLabel->setFont( italicFont );
             ui.skinsLabel->setFont( italicFont );
 
-#if defined( WIN32 ) || defined (__APPLE__)
+#if defined( WIN32 )
             CONFIG_GENERIC( "language", StringList, NULL, language );
             BUTTONACT( ui.assoButton, assoDialog() );
 #else