[vlc-commits] Qt: fix directsound simple prefs

Jean-Baptiste Kempf git at videolan.org
Tue Mar 20 12:19:39 CET 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Mar 20 12:18:16 2012 +0100| [f7f78e8a6d1019a03b86947552dbb26015c93f20] | committer: Jean-Baptiste Kempf

Qt: fix directsound simple prefs

Close #6424

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f7f78e8a6d1019a03b86947552dbb26015c93f20
---

 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 a7576d0..7b1d1f8 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 );



More information about the vlc-commits mailing list