--- np2/macosx/sysmng.cpp 2003/11/08 17:54:26 1.7 +++ np2/macosx/sysmng.cpp 2003/11/24 20:44:14 1.9 @@ -96,7 +96,7 @@ void sysmng_updatecaption(BYTE flag) { } } #if defined(NP2GCC) - milstr_ncpy(work, "Neko Project IIx", sizeof(work)); + milstr_ncpy(work, np2oscfg.titles, sizeof(work)); #else milstr_ncpy(work, "Neko Project II", sizeof(work)); #endif @@ -104,7 +104,7 @@ void sysmng_updatecaption(BYTE flag) { milstr_ncat(work, strclock, sizeof(work)); #if defined(NP2GCC) - SetWindowTitleWithCFString(hWndMain, CFStringCreateWithCString(NULL, work, kCFStringEncodingUTF8)); + SetWindowTitleWithCFString(hWndMain, CFStringCreateWithCString(NULL, work, CFStringGetSystemEncoding())); #else mkstr255(str, work); SetWTitle(hWndMain, str);