--- np2/win9x/dialog/d_about.cpp 2003/10/30 12:45:38 1.3 +++ np2/win9x/dialog/d_about.cpp 2003/10/30 18:09:06 1.4 @@ -44,7 +44,7 @@ static void about_init(HWND hWnd) { GetClientRect(GetParent(hWnd), &parent); np2class_move(hWnd, pt.x + ((parent.right - parent.left - aboutsize.cx) / 2), - pt.y + ((parent.bottom - parent.top - 84) / 2), + pt.y + ((parent.bottom - parent.top - aboutsize.cy) / 2), aboutsize.cx, 84); SetFocus(GetDlgItem(hWnd, IDOK)); }