Commit 444f8b7d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Integrate .tta in interface and installer

parent 016a32ad
...@@ -219,6 +219,7 @@ FunctionEnd ...@@ -219,6 +219,7 @@ FunctionEnd
!insertmacro ${_action} ".oma" !insertmacro ${_action} ".oma"
!insertmacro ${_action} ".oga" !insertmacro ${_action} ".oga"
!insertmacro ${_action} ".spx" !insertmacro ${_action} ".spx"
!insertmacro ${_action} ".tta"
!insertmacro ${_action} ".wav" !insertmacro ${_action} ".wav"
!insertmacro ${_action} ".wma" !insertmacro ${_action} ".wma"
!insertmacro ${_action} ".wv" !insertmacro ${_action} ".wv"
......
...@@ -193,6 +193,7 @@ typedef enum vlc_dialog { ...@@ -193,6 +193,7 @@ typedef enum vlc_dialog {
"*.rmi;" \ "*.rmi;" \
"*.s3m;" \ "*.s3m;" \
"*.spx;" \ "*.spx;" \
"*.tta;" \
"*.voc;" \ "*.voc;" \
"*.vqf;" \ "*.vqf;" \
"*.w64;" \ "*.w64;" \
......
...@@ -911,7 +911,7 @@ void SPrefsPanel::assoDialog() ...@@ -911,7 +911,7 @@ void SPrefsPanel::assoDialog()
aTa( ".a52" ); aTa( ".aac" ); aTa( ".ac3" ); aTa( ".dts" ); aTa( ".flac" ); aTa( ".a52" ); aTa( ".aac" ); aTa( ".ac3" ); aTa( ".dts" ); aTa( ".flac" );
aTa( ".m4a" ); aTa( ".m4p" ); aTa( ".mka" ); aTa( ".mod" ); aTa( ".mp1" ); aTa( ".m4a" ); aTa( ".m4p" ); aTa( ".mka" ); aTa( ".mod" ); aTa( ".mp1" );
aTa( ".mp2" ); aTa( ".mp3" ); aTa( ".oma" ); aTa( ".oga" ); aTa( ".spx" ); aTa( ".mp2" ); aTa( ".mp3" ); aTa( ".oma" ); aTa( ".oga" ); aTa( ".spx" );
aTa( ".wav" ); aTa( ".wma" ); aTa( ".xm" ); aTA( ".tta" ); aTa( ".wav" ); aTa( ".wma" ); aTa( ".xm" );
audioType->setCheckState( 0, ( i_temp > 0 ) ? audioType->setCheckState( 0, ( i_temp > 0 ) ?
( ( i_temp == audioType->childCount() ) ? ( ( i_temp == audioType->childCount() ) ?
Qt::Checked : Qt::PartiallyChecked ) Qt::Checked : Qt::PartiallyChecked )
......
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