Diff for /np2/win9x/dialog/d_about.cpp between versions 1.9 and 1.10

version 1.9, 2004/04/09 10:52:21 version 1.10, 2004/05/21 08:40:28
Line 11 Line 11
   
 static  SIZE    aboutsize;  static  SIZE    aboutsize;
   
   #if !defined(SUPPORT_PC9821)
 static const char str_np2title[] = "Neko Project II  ";  static const char str_np2title[] = "Neko Project II  ";
   #else
   static const char str_np2title[] = "Neko Project 21  ";
   #endif
 static const char np2infostr[] =                                                                \  static const char np2infostr[] =                                                                \
                                                 "CPU: %CPU% %CLOCK%\n"                                  \                                                  "CPU: %CPU% %CLOCK%\n"                                  \
                                                 "MEM: %MEM1%\n"                                                 \                                                  "MEM: %MEM1%\n"                                                 \

Removed from v.1.9  
changed lines
  Added in v.1.10


RetroPC.NET-CVS <cvs@retropc.net>