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

version 1.8, 2003/11/13 15:52:04 version 1.9, 2003/11/24 20:44:14
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.8  
changed lines
  Added in v.1.9


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