[vlc-devel] commit: qt4: build fix (Pierre Ynard )

git version control git at videolan.org
Thu Jan 14 09:30:32 CET 2010


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Jan 14 09:30:08 2010 +0100| [9bec486d7355d63ffbdba50570b73383cc364175] | committer: Pierre Ynard 

qt4: build fix

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

 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 900d291..2f4e6d5 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 )




More information about the vlc-devel mailing list