--- np2/macosx/dialog/aboutdlg.cpp 2004/05/23 04:07:57 1.6 +++ np2/macosx/dialog/aboutdlg.cpp 2004/08/16 07:51:16 1.7 @@ -81,7 +81,7 @@ static pascal OSStatus cfWinproc(EventHa { case kEventWindowShowing: #if defined(SUPPORT_PC9821) - SetWindowTitleWithCFString(aboutWin, CFSTR("About Neko Project 21x")); + SetWindowTitleWithCFString(aboutWin, CFCopyLocalizedString(CFSTR("AboutTitle"), "about 21x")); #endif image = getControlRefByID('logo', 0, aboutWin); pict = getBMPfromResource("np2logo.tiff", &bounds);