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

git version control git at videolan.org
Fri Jan 15 07:08:52 CET 2010


vlc-1.0-bugfix | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Jan 14 09:30:08 2010 +0100| [21f3fd543139737129d57df9eaa26bc8ed67f963] | committer: Jean-Baptiste Kempf 

qt4: build fix
(cherry picked from commit 9bec486d7355d63ffbdba50570b73383cc364175)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc-1.0-bugfix.git/?a=commit;h=21f3fd543139737129d57df9eaa26bc8ed67f963
---

 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 b17efcd..b4ad77f 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -810,7 +810,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