--- np2/win9x/dialog/d_about.cpp 2005/03/20 13:12:49 1.12 +++ np2/win9x/dialog/d_about.cpp 2006/12/24 13:21:38 1.13 @@ -12,11 +12,9 @@ static SIZE aboutsize; -#if !defined(SUPPORT_PC9821) -static const OEMCHAR str_np2title[] = OEMTEXT("Neko Project II "); -#else -static const OEMCHAR str_np2title[] = OEMTEXT("Neko Project 21 "); -#endif +static const OEMCHAR str_np2title[] = OEMTEXT(PROJECTNAME) \ + OEMTEXT(PROJECTSUBNAME) \ + OEMTEXT(" "); static const OEMCHAR np2infostr[] = OEMTEXT("CPU: %CPU% %CLOCK%\nMEM: %MEM1%\nGDC: %GDC%\n %GDC2%\nTEXT: %TEXT%\nGRPH: %GRPH%\nSOUND: %EXSND%\n\nBIOS: %BIOS%\nRHYTHM: %RHYTHM%\n\nSCREEN: %DISP%");