Commit 8f8948d9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: correctly show the afile options

parent d39285a1
......@@ -956,7 +956,7 @@ void SPrefsPanel::updateAudioOptions( int number)
optionWidgets["alsaL"]->setVisible( ( value == "alsa" ) );
}
#endif
optionWidgets["fileW"]->setVisible( ( value == "aout_file" ) );
optionWidgets["fileW"]->setVisible( ( value == "afile" ) );
}
......
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