Diff for /np2/win9x/toolwin.res between versions 1.7 and 1.9

version 1.7, 2005/03/20 06:09:16 version 1.9, 2007/11/11 07:11:27
Line 1 Line 1
   
 static const OEMCHAR np2toolclass[] = OEMTEXT("np2-toolwin");  static const TCHAR np2tooltitle[] = _T("NP2 tool");
 static const OEMCHAR np2tooltitle[] = OEMTEXT("NP2 tool");  static const TCHAR np2toolclass[] = _T("np2-toolwin");
   
 static const OEMCHAR str_deffont[] = OEMTEXT("£Í£Ó £Ð¥´¥·¥Ã¥¯");  static const OEMCHAR str_deffont[] = OEMTEXT("£Í£Ó £Ð¥´¥·¥Ã¥¯");
 static const OEMCHAR str_browse[] = OEMTEXT("...");  static const OEMCHAR str_browse[] = OEMTEXT("...");
Line 8  static const OEMCHAR str_eject[] = OEMTE Line 8  static const OEMCHAR str_eject[] = OEMTE
 static const OEMCHAR str_reset[] = OEMTEXT("Reset");  static const OEMCHAR str_reset[] = OEMTEXT("Reset");
 static const OEMCHAR str_power[] = OEMTEXT("Power");  static const OEMCHAR str_power[] = OEMTEXT("Power");
   
 static const OEMCHAR str_static[] = OEMTEXT("STATIC");  static const TCHAR str_static[] = _T("STATIC");
 static const OEMCHAR str_combobox[] = OEMTEXT("COMBOBOX");  static const TCHAR str_combobox[] = _T("COMBOBOX");
 static const OEMCHAR str_button[] = OEMTEXT("BUTTON");  static const TCHAR str_button[] = _T("BUTTON");
   
 static const SUBITEM defsubitem[IDC_MAXITEMS] = {  static const SUBITEM defsubitem[IDC_MAXITEMS] = {
                 {TCTL_STATIC,   NULL,            49, 44,   8,   3, 0, 0},                  {TCTL_STATIC,   NULL,            49, 44,   8,   3, 0, 0},
Line 57  static const PFTBL skinini2[] = { Line 57  static const PFTBL skinini2[] = {
   
 // ----  // ----
   
 static const OEMCHAR str_skindef[] = OEMTEXT("<&Base Skin>");  static const TCHAR str_skindef[] = _T("<&Base Skin>");
 static const OEMCHAR str_skinsel[] = OEMTEXT("&Select Skin...");  static const TCHAR str_skinsel[] = _T("&Select Skin...");
 static const OEMCHAR str_toolskin[] = OEMTEXT("&Skins");  static const TCHAR str_toolskin[] = _T("&Skins");
 static const OEMCHAR str_toolclose[] = OEMTEXT("&Close");  static const TCHAR str_toolclose[] = _T("&Close");
   
 static const OEMCHAR skinui_title[] = OEMTEXT("Select skin file");  static const FSPARAM fpSkin = 
 static const OEMCHAR skinui_filter[] = OEMTEXT("ini files (*.ini)\0*.ini\0text files (*.txt)\0*.txt\0All files (*.*)\0*.*\0");  {
 static const OEMCHAR skinui_ext[] = OEMTEXT("ini");          MAKEINTRESOURCE(IDS_SKINTITLE),
 static const FILESEL skinui = {skinui_title, skinui_ext, skinui_filter, 1};          MAKEINTRESOURCE(IDS_SKINEXT),
           MAKEINTRESOURCE(IDS_SKINFILTER),
           1
   };
   

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


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