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:
parent
6c606b8c90
commit
93f99e9bc6
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue