Updated Qt4 extension filter to remove RAR, since we can't use it due to legal reasons.
This commit is contained in:
parent
cee9bca44c
commit
e14bd1494e
|
@ -323,7 +323,7 @@ void MainWnd::showOpenROM()
|
|||
this,
|
||||
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue