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:
bgk 2011-02-24 10:52:33 +00:00
parent 45ee1a2929
commit 3d757cd1ac
1 changed files with 2 additions and 1 deletions

View File

@ -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;