]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-070 v7.1.070
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Aug 2007 14:57:55 +0000 (14:57 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Aug 2007 14:57:55 +0000 (14:57 +0000)
src/gui_w32.c
src/version.c

index d6aa1a503b22821ae9bee2ab6b6d6a2feebc83e1..092d8d516ed1dee5782190e86ba695d1a3a83816 100644 (file)
@@ -2894,6 +2894,10 @@ dialog_callback(
        (void)SetFocus(hwnd);
        if (dialog_default_button > IDCANCEL)
            (void)SetFocus(GetDlgItem(hwnd, dialog_default_button));
+       else
+           /* We don't have a default, set focus on another element of the
+            * dialog window, probably the icon */
+           (void)SetFocus(GetDlgItem(hwnd, DLG_NONBUTTON_CONTROL));
        return FALSE;
     }
 
index fce1bcd28c821cd34a0eb67a11b783339bf806dc..999621cddf397b969977a3873b085625d0e06f75 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    70,
 /**/
     69,
 /**/