From a928f44f45f819c3ab9f7da1cdc2c7f5ba214e91 Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 10 Jul 2008 16:10:11 +0000 Subject: [PATCH] .gz removed from possible archive files in open rom dialog --- src/drivers/win/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/win/window.cpp b/src/drivers/win/window.cpp index 76bd448b..3f32b7b1 100644 --- a/src/drivers/win/window.cpp +++ b/src/drivers/win/window.cpp @@ -599,7 +599,7 @@ void ALoad(char *nameo, char* innerFilename) /// @param initialdir Directory that's pre-selected in the Open File dialog. void LoadNewGamey(HWND hParent, const char *initialdir) { - const char filter[] = "All usable files(*.nes,*.nsf,*.fds,*.unf,*.zip,*.gz,*.rar,*.7z)\0*.nes;*.nsf;*.fds;*.unf;*.zip;*.gz;*.rar;*.7z\0All non-compressed usable files(*.nes,*.nsf,*.fds,*.unf)\0*.nes;*.nsf;*.fds;*.unf\0All files (*.*)\0*.*\0"; + const char filter[] = "All usable files(*.nes,*.nsf,*.fds,*.unf,*.zip,*.rar,*.7z)\0*.nes;*.nsf;*.fds;*.unf;*.zip;*.rar;*.7z\0All non-compressed usable files(*.nes,*.nsf,*.fds,*.unf)\0*.nes;*.nsf;*.fds;*.unf\0All files (*.*)\0*.*\0"; char nameo[2048]; // Create the Open File dialog