Diff for /np2/embed/menu/menustr.c between versions 1.2 and 1.3

version 1.2, 2003/11/21 12:59:18 version 1.3, 2005/02/11 21:17:22
Line 4 Line 4
 #include        "menustr.h"  #include        "menustr.h"
   
   
 const char mstr_cfg[] = "Configure";  const OEMCHAR mstr_cfg[] = OEMTEXT("Configure");
 const char mstr_scropt[] = "Screen Option";  const OEMCHAR mstr_scropt[] = OEMTEXT("Screen Option");
 const char mstr_about[] = "About";  const OEMCHAR mstr_about[] = OEMTEXT("About");
   
   
   
 // ----  // ----
   
 static const BYTE np2icondat[210] = {           // 32x32  static const UINT8 np2icondat[210] = {          // 32x32
                 0x06,0x6f,0x00,0x00,0x3f,0x00,0x2d,0xff,0x00,0x0a,0x0d,0x7f,0x09,                  0x06,0x6f,0x00,0x00,0x3f,0x00,0x2d,0xff,0x00,0x0a,0x0d,0x7f,0x09,
                 0x9c,0x0c,0xa3,0xf8,0x0b,0xf8,0x0f,0x94,0x16,0x5a,0x0f,0x94,0x23,                  0x9c,0x0c,0xa3,0xf8,0x0b,0xf8,0x0f,0x94,0x16,0x5a,0x0f,0x94,0x23,
                 0xdd,0xc0,0xc0,0xc0,0xc7,0x28,0x5a,0x17,0x0e,0x80,0x80,0x80,0x0b,                  0xdd,0xc0,0xc0,0xc0,0xc7,0x28,0x5a,0x17,0x0e,0x80,0x80,0x80,0x0b,
Line 31  static const BYTE np2icondat[210] = {  / Line 31  static const BYTE np2icondat[210] = {  /
                 0x0c,0x94,0xfc,0x5d,0xa9,0x53,0xc5,0x4d,0xd7,0x5e,0x48,0x7a,0x3f,                  0x0c,0x94,0xfc,0x5d,0xa9,0x53,0xc5,0x4d,0xd7,0x5e,0x48,0x7a,0x3f,
                 0x00,0x3a};                  0x00,0x3a};
   
 static const BYTE np2iconmask[95] = {           // 32x32  static const UINT8 np2iconmask[95] = {          // 32x32
                 0x06,0x5f,0x00,0x00,0x03,0xff,0x00,0x02,0x02,0x04,0x00,0x08,0x04,                  0x06,0x5f,0x00,0x00,0x03,0xff,0x00,0x02,0x02,0x04,0x00,0x08,0x04,
                 0x4c,0x03,0x03,0xff,0x04,0x0b,0x03,0xce,0x03,0x87,0x04,0x46,0x03,                  0x4c,0x03,0x03,0xff,0x04,0x0b,0x03,0xce,0x03,0x87,0x04,0x46,0x03,
                 0x8e,0x04,0x0c,0x00,0x0e,0x07,0xff,0xff,0x20,0x11,0x07,0x93,0x07,                  0x8e,0x04,0x0c,0x00,0x0e,0x07,0xff,0xff,0x20,0x11,0x07,0x93,0x07,

Removed from v.1.2  
changed lines
  Added in v.1.3


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