Diff for /np2/win9x/dialog/d_about.cpp between versions 1.12 and 1.13

version 1.12, 2005/03/20 13:12:49 version 1.13, 2006/12/24 13:21:38
Line 12 Line 12
   
 static  SIZE    aboutsize;  static  SIZE    aboutsize;
   
 #if !defined(SUPPORT_PC9821)  static const OEMCHAR str_np2title[] = OEMTEXT(PROJECTNAME) \
 static const OEMCHAR str_np2title[] = OEMTEXT("Neko Project II  ");                                                                                  OEMTEXT(PROJECTSUBNAME) \
 #else                                                                                  OEMTEXT("  ");
 static const OEMCHAR str_np2title[] = OEMTEXT("Neko Project 21  ");  
 #endif  
 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%");  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%");
   
   

Removed from v.1.12  
changed lines
  Added in v.1.13


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