]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-092 v7.1.092
authorBram Moolenaar <Bram@vim.org>
Thu, 30 Aug 2007 10:51:14 +0000 (10:51 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 30 Aug 2007 10:51:14 +0000 (10:51 +0000)
src/gui_mac.c
src/version.c

index 9205e33d45c344bded373f7c089601c844fea613..bfa3b2a1aad9fbb09e4bd09f1db2298e26b6e7a7 100644 (file)
@@ -3149,7 +3149,7 @@ gui_mch_set_winpos(int x, int y)
     /* TODO:  Should make sure the window is move within range
      *       e.g.: y > ~16 [Menu bar], x > 0, x < screen width
      */
-    MoveWindowStructure(gui.VimWindow, x, y, TRUE);
+    MoveWindowStructure(gui.VimWindow, x, y);
 }
 
     void
@@ -5293,7 +5293,7 @@ gui_mch_dialog(
     short      itemType;
     short      useIcon;
     short      width;
-    short      totalButtonWidth = 0;   /* the width of all button together
+    short      totalButtonWidth = 0;   /* the width of all buttons together
                                           including spacing */
     short      widestButton = 0;
     short      dfltButtonEdge     = 20;  /* gut feeling */
@@ -5483,7 +5483,7 @@ gui_mch_dialog(
     {
 
        macMoveDialogItem(theDialog, button, buttonItm.box.left, buttonItm.box.top, &box);
-       /* With vertical, it's better to have all button the same lenght */
+       /* With vertical, it's better to have all buttons the same length */
        if (vertical)
        {
            macSizeDialogItem(theDialog, button, widestButton, 0);
index c04c5e8e32c9cb30c92c553f43666c564e02a209..513768896a6081082cc244c4d157d9996281c914 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    92,
 /**/
     91,
 /**/