Commit f4f797d1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4: small fix for sprefs

parent e95b99e6
...@@ -283,14 +283,14 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, ...@@ -283,14 +283,14 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
audioControl( DirectX ); audioControl( DirectX );
optionWidgets.append( DirectXControl ); optionWidgets.append( DirectXControl );
CONFIG_GENERIC_NO_UI( "directx-audio-device-name", StringList, CONFIG_GENERIC_NO_UI( "directx-audio-device-name", StringList,
NULL, DirectXDevice ); DirectXLabel, DirectXDevice );
#else #else
if( module_exists( "alsa" ) ) if( module_exists( "alsa" ) )
{ {
audioControl( alsa ); audioControl( alsa );
optionWidgets.append( alsaControl ); optionWidgets.append( alsaControl );
CONFIG_GENERIC_NO_UI( "alsa-audio-device" , StringList, NULL, CONFIG_GENERIC_NO_UI( "alsa-audio-device" , StringList, alsaLabel,
alsaDevice ); alsaDevice );
} }
else else
......
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