Diff for /np2/macosx/dialog/aboutdlg.cpp between versions 1.5 and 1.6

version 1.5, 2004/02/25 19:30:40 version 1.6, 2004/05/23 04:07:57
Line 80  static pascal OSStatus cfWinproc(EventHa Line 80  static pascal OSStatus cfWinproc(EventHa
         switch (GetEventKind(event))          switch (GetEventKind(event))
         {          {
             case kEventWindowShowing:              case kEventWindowShowing:
   #if defined(SUPPORT_PC9821)
                                   SetWindowTitleWithCFString(aboutWin, CFSTR("About Neko Project 21x"));
   #endif
                 image = getControlRefByID('logo', 0, aboutWin);                  image = getControlRefByID('logo', 0, aboutWin);
                 pict = getBMPfromResource("np2logo.tiff", &bounds);                  pict = getBMPfromResource("np2logo.tiff", &bounds);
                 SetControlData(image, kControlNoPart, kControlPictureHandleTag, sizeof(PicHandle), &pict);                  SetControlData(image, kControlNoPart, kControlPictureHandleTag, sizeof(PicHandle), &pict);

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


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