]> git.sesse.net Git - vlc/commitdiff
Qt: update audio panel to newest DirectSound changes
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 1 Jan 2010 22:56:53 +0000 (23:56 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 1 Jan 2010 22:56:53 +0000 (23:56 +0100)
Close #3218

modules/gui/qt4/components/simple_preferences.cpp

index 929dba58d97f645047de397cf07681702a789586..002886d84775a561add54bcfe699dfbc0adb011a 100644 (file)
@@ -262,7 +262,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
 #ifdef WIN32
             audioControl( DirectX );
             optionWidgets.append( DirectXControl );
-            CONFIG_GENERIC2( "directx-audio-device", IntegerList,
+            CONFIG_GENERIC2( "directx-audio-device-name", StringList,
                     NULL, DirectXDevice );
 #else
             if( module_exists( "alsa" ) )