We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e5e64 commit 92386a0Copy full SHA for 92386a0
Cassette.cpp
@@ -444,8 +444,8 @@ unsigned int LoadTape(void)
444
ofn.hwndOwner = NULL;
445
ofn.Flags = OFN_HIDEREADONLY | OFN_NOTESTFILECREATE;
446
ofn.hInstance = GetModuleHandle(0);
447
- ofn.lpstrDefExt ="";
448
- ofn.lpstrFilter = "Cassette Files (*.cas)\0*.cas\0Wave Files (*.wav)\0*.wav\0\0";
+ ofn.lpstrDefExt = "";
+ ofn.lpstrFilter = "Cassette Files (.cas,.wav)\0*.cas;*.wav\0\0";
449
ofn.nFilterIndex = 0 ; // current filter index
450
ofn.lpstrFile = TapeFileName; // contains full path and filename on return
451
ofn.nMaxFile = MAX_PATH; // sizeof lpstrFile
0 commit comments