Updated Qt4 extension filter to remove RAR, since we can't use it due to legal reasons.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@466 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
mudlord 2008-03-22 06:49:22 +00:00
parent 6c606b8c90
commit 93f99e9bc6
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ void MainWnd::showOpenROM()
this, this,
tr( "Select ROM" ), tr( "Select ROM" ),
"", "",
tr( "All ROMs (*.dmg *.sgb *.cgb *.agb *.gb *.gbc *.gba *.bin *.zip *.gz *.rar *.7z *.jma);;Game Boy ROMs (*.dmg *.gb);;Super Game Boy ROMs (*.sgb);;Game Boy Color ROMs (*.cgb *.gbc);;Game Boy Advance ROMs (*.agb *.gba);;Compressed ROMs (*.zip *.gz *.rar *.7z *.jma);;All Files (*.* *)" ) ); tr( "All ROMs (*.dmg *.sgb *.cgb *.agb *.gb *.gbc *.gba *.bin *.zip *.gz *.7z *.jma);;Game Boy ROMs (*.dmg *.gb);;Super Game Boy ROMs (*.sgb);;Game Boy Color ROMs (*.cgb *.gbc);;Game Boy Advance ROMs (*.agb *.gba);;Compressed ROMs (*.zip *.gz *.7z *.jma);;All Files (*.* *)" ) );
if( file.isNull() ) return; if( file.isNull() ) return;