[geany/geany] e97957: Merge PR#113

Colomban Wendling git-noreply at xxxxx
Mon May 26 14:45:25 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 26 May 2014 14:45:25 UTC
Commit:      e9795732b600895c1e6f0954915ba52bf6417a20
             https://github.com/geany/geany/commit/e9795732b600895c1e6f0954915ba52bf6417a20

Log Message:
-----------
Merge PR#113


Modified Paths:
--------------
    src/win32.c

Modified: src/win32.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -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)



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list