| 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); |