From: Pierre Ynard Date: Thu, 14 Jan 2010 08:30:08 +0000 (+0100) Subject: qt4: build fix X-Git-Tag: 1.1.0-ff~1243 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9bec486d7355d63ffbdba50570b73383cc364175;p=vlc qt4: build fix --- diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp index 900d291a29..2f4e6d5f1c 100644 --- a/modules/gui/qt4/components/simple_preferences.cpp +++ b/modules/gui/qt4/components/simple_preferences.cpp @@ -911,7 +911,7 @@ void SPrefsPanel::assoDialog() aTa( ".a52" ); aTa( ".aac" ); aTa( ".ac3" ); aTa( ".dts" ); aTa( ".flac" ); aTa( ".m4a" ); aTa( ".m4p" ); aTa( ".mka" ); aTa( ".mod" ); aTa( ".mp1" ); aTa( ".mp2" ); aTa( ".mp3" ); aTa( ".oma" ); aTa( ".oga" ); aTa( ".spx" ); - aTA( ".tta" ); aTa( ".wav" ); aTa( ".wma" ); aTa( ".xm" ); + aTa( ".tta" ); aTa( ".wav" ); aTa( ".wma" ); aTa( ".xm" ); audioType->setCheckState( 0, ( i_temp > 0 ) ? ( ( i_temp == audioType->childCount() ) ? Qt::Checked : Qt::PartiallyChecked )