Diff for /np2/macosx/sysmng.cpp between versions 1.7 and 1.9

version 1.7, 2003/11/08 17:54:26 version 1.9, 2003/11/24 20:44:14
Line 96  void sysmng_updatecaption(BYTE flag) { Line 96  void sysmng_updatecaption(BYTE flag) {
                 }                  }
         }          }
 #if defined(NP2GCC)  #if defined(NP2GCC)
         milstr_ncpy(work, "Neko Project IIx", sizeof(work));          milstr_ncpy(work, np2oscfg.titles, sizeof(work));
 #else  #else
         milstr_ncpy(work, "Neko Project II", sizeof(work));          milstr_ncpy(work, "Neko Project II", sizeof(work));
 #endif  #endif
Line 104  void sysmng_updatecaption(BYTE flag) { Line 104  void sysmng_updatecaption(BYTE flag) {
         milstr_ncat(work, strclock, sizeof(work));          milstr_ncat(work, strclock, sizeof(work));
   
 #if defined(NP2GCC)  #if defined(NP2GCC)
     SetWindowTitleWithCFString(hWndMain, CFStringCreateWithCString(NULL, work, kCFStringEncodingUTF8));      SetWindowTitleWithCFString(hWndMain, CFStringCreateWithCString(NULL, work, CFStringGetSystemEncoding()));
 #else  #else
         mkstr255(str, work);          mkstr255(str, work);
         SetWTitle(hWndMain, str);          SetWTitle(hWndMain, str);

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


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