vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Mar 20 12:18:16 2012 +0100| [9384f8316080d970fba554238e645da28f9277c9] | committer: Jean-Baptiste Kempf
Qt: fix directsound simple prefs Close #6424 (cherry picked from commit f7f78e8a6d1019a03b86947552dbb26015c93f20) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=9384f8316080d970fba554238e645da28f9277c9 --- modules/gui/qt4/components/simple_preferences.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index 9780ff8..f37e23f 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -294,7 +294,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, #ifdef WIN32 audioControl( DirectX ); optionWidgets.append( DirectXControl ); - CONFIG_GENERIC_NO_UI( "directx-audio-device-name", StringList, + CONFIG_GENERIC_NO_UI( "directx-audio-device", StringList, DirectXLabel, DirectXDevice ); #elif defined( __OS2__ ) audioControl( kai ); _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
