We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05af76a commit c572ea4Copy full SHA for c572ea4
src/wx-ui/wx-createdisc.cc
@@ -55,7 +55,7 @@ static int creatediscimage_dlgproc(void *hdlg, int message, INT_PARAM wParam, LO
55
56
memset(openfilestring, 0, sizeof(openfilestring));
57
ret = wx_filedialog(hdlg, "Save", "", "Disc image (*.img;*.ima)|*.img;*.ima|All files (*.*)|*.*",
58
- ".img", 0, openfilestring);
+ "img", 0, openfilestring);
59
60
if (!ret) {
61
FILE *f = fopen(openfilestring, "wb");
0 commit comments