Fix a typo causing *.dump files not to appear in the "Run ISO" file browser.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1700 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
cottonvibes 2009-08-28 19:45:37 +00:00
parent 8f6ce7751c
commit 8393f828dd
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ BOOL Open_Iso_File_Proc( std::string& outstr )
char szFileName[ g_MaxPath ];
char szFileTitle[ g_MaxPath ];
char * filter =
"All Supported (.iso .mdf .nrg .bin .img .dump)\0*.iso;*.mdf;*.nrg;*.bin;*.img,*.dump\0"
"All Supported (.iso .mdf .nrg .bin .img .dump)\0*.iso;*.mdf;*.nrg;*.bin;*.img;*.dump\0"
"Disc Images (.iso .mdf .nrg .bin .img)\0*.iso;*.mdf;*.nrg;*.bin;*.img\0"
"Blockdumps (.dump)\0*.dump\0"
"All Files (*.*)\0*.*\0";