--- np2/win9x/dialog/d_about.cpp 2004/04/09 10:52:21 1.9 +++ np2/win9x/dialog/d_about.cpp 2004/05/21 08:40:28 1.10 @@ -11,7 +11,11 @@ static SIZE aboutsize; +#if !defined(SUPPORT_PC9821) static const char str_np2title[] = "Neko Project II "; +#else +static const char str_np2title[] = "Neko Project 21 "; +#endif static const char np2infostr[] = \ "CPU: %CPU% %CLOCK%\n" \ "MEM: %MEM1%\n" \