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

version 1.4, 2003/10/30 18:09:06 version 1.5, 2003/11/07 20:07:58
Line 5 Line 5
 #include        "np2info.h"  #include        "np2info.h"
 #include        "dialog.h"  #include        "dialog.h"
 #include        "dialogs.h"  #include        "dialogs.h"
   #include        "np2ver.h"
 #include        "pccore.h"  #include        "pccore.h"
   
   
Line 34  static void about_init(HWND hWnd) { Line 35  static void about_init(HWND hWnd) {
   
         milstr_ncpy(work, str_np2title, sizeof(work));          milstr_ncpy(work, str_np2title, sizeof(work));
         milstr_ncat(work, np2version, sizeof(work));          milstr_ncat(work, np2version, sizeof(work));
   #if defined(NP2VER_WIN9X)
           milstr_ncat(work, NP2VER_WIN9X, sizeof(work));
   #endif
         SetDlgItemText(hWnd, IDC_NP2VER, work);          SetDlgItemText(hWnd, IDC_NP2VER, work);
         GetWindowRect(hWnd, &rect);          GetWindowRect(hWnd, &rect);
         aboutsize.cx = rect.right - rect.left;          aboutsize.cx = rect.right - rect.left;

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


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