Diff for /np2/win9x/dialog/d_about.cpp between versions 1.3 and 1.4

version 1.3, 2003/10/30 12:45:38 version 1.4, 2003/10/30 18:09:06
Line 44  static void about_init(HWND hWnd) { Line 44  static void about_init(HWND hWnd) {
         GetClientRect(GetParent(hWnd), &parent);          GetClientRect(GetParent(hWnd), &parent);
         np2class_move(hWnd,          np2class_move(hWnd,
                                         pt.x + ((parent.right - parent.left - aboutsize.cx) / 2),                                          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);                                          aboutsize.cx, 84);
         SetFocus(GetDlgItem(hWnd, IDOK));          SetFocus(GetDlgItem(hWnd, IDOK));
 }  }

Removed from v.1.3  
changed lines
  Added in v.1.4


RetroPC.NET-CVS <cvs@retropc.net>