Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Mon, 26 May 2014 14:45:25 UTC Commit: e9795732b600895c1e6f0954915ba52bf6417a20 https://github.com/geany/geany/commit/e9795732b600895c1e6f0954915ba52bf6417a...
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).