GTK: Add support for 7z archives
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@993 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
45ee1a2929
commit
3d757cd1ac
|
@ -1248,7 +1248,8 @@ void Window::vCreateFileOpenDialog()
|
|||
// GB
|
||||
"*.[gG][bB]", "*.[sS][gG][bB]", "*.[cC][gG][bB]", "*.[gG][bB][cC]",
|
||||
// Both
|
||||
"*.[mM][bB]", "*.[eE][lL][fF]", "*.[zZ][iI][pP]", "*.[zZ]", "*.[gG][zZ]"
|
||||
"*.[mM][bB]", "*.[eE][lL][fF]", "*.[zZ][iI][pP]", "*.[zZ]", "*.[gG][zZ]",
|
||||
"*.7[zZ]",
|
||||
};
|
||||
|
||||
Gtk::FileFilter oAllGBAFilter;
|
||||
|
|
Loading…
Reference in New Issue