Skip to content

Commit c572ea4

Browse files
Fixes #293
1 parent 05af76a commit c572ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wx-ui/wx-createdisc.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static int creatediscimage_dlgproc(void *hdlg, int message, INT_PARAM wParam, LO
5555

5656
memset(openfilestring, 0, sizeof(openfilestring));
5757
ret = wx_filedialog(hdlg, "Save", "", "Disc image (*.img;*.ima)|*.img;*.ima|All files (*.*)|*.*",
58-
".img", 0, openfilestring);
58+
"img", 0, openfilestring);
5959

6060
if (!ret) {
6161
FILE *f = fopen(openfilestring, "wb");

0 commit comments

Comments
 (0)