Improved file select filter.
This commit is contained in:
parent
7ac738362c
commit
453b3c79aa
|
@ -323,7 +323,7 @@ void MainWnd::showOpenROM()
|
||||||
this,
|
this,
|
||||||
tr( "Select ROM" ),
|
tr( "Select ROM" ),
|
||||||
"",
|
"",
|
||||||
tr( "Game Boy Advance ROMs (*.gba);;All Files (*.*)" ) );
|
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 (*.* *)" ) );
|
||||||
|
|
||||||
if( file.isNull() ) return;
|
if( file.isNull() ) return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue