Skip to content

Commit

Permalink
Merge PR#113
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed May 26, 2014
2 parents 2b9ecc2 + 62077c6 commit e979573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win32.c
Expand Up @@ -464,7 +464,7 @@ gchar *win32_show_document_save_as_dialog(GtkWindow *parent, const gchar *title,
of.lpstrFileTitle = NULL;
of.lpstrTitle = w_title;
of.lpstrDefExt = L"";
of.Flags = OFN_FILEMUSTEXIST | OFN_EXPLORER;
of.Flags = OFN_OVERWRITEPROMPT | OFN_EXPLORER;
retval = GetSaveFileNameW(&of);

if (! retval)
Expand Down

0 comments on commit e979573

Please sign in to comment.