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