Diff for /np2/win9x/dialog/d_serial.cpp between versions 1.6 and 1.7

version 1.6, 2003/10/30 12:45:38 version 1.7, 2003/10/31 04:11:40
Line 755  void dialog_serial(HWND hWnd) { Line 755  void dialog_serial(HWND hWnd) {
         psh.phpage = hpsp;          psh.phpage = hpsp;
         psh.pszCaption = str_seropt;          psh.pszCaption = str_seropt;
         PropertySheet(&psh);          PropertySheet(&psh);
         InvalidateRect(hWndMain, NULL, TRUE);          InvalidateRect(hWnd, NULL, TRUE);
 }  }
   

Removed from v.1.6  
changed lines
  Added in v.1.7


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