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