Diff for /np2/macosx/np2.cpp between versions 1.37 and 1.38

version 1.37, 2003/11/13 15:52:04 version 1.38, 2003/11/13 18:17:42
Line 543  static void HandleMenuChoice(long wParam Line 543  static void HandleMenuChoice(long wParam
             {              {
                 ICInstance inst;                  ICInstance inst;
                 long start, fin;                  long start, fin;
                 const char      urlStr[] = "http://retropc.net/tk800/np2x/help.html";                  const char      urlStr[] = "http://retropc.net/tk800/np2x/help/help.html";
   
                 ICStart(&inst, 'SMil');                  ICStart(&inst, 'SMil');
                 start = 0;                  start = 0;
Line 875  static pascal OSStatus np2appevent (Even Line 875  static pascal OSStatus np2appevent (Even
                 if (cmd.commandID == kHICommandAppHelp) {                  if (cmd.commandID == kHICommandAppHelp) {
                     ICInstance inst;                      ICInstance inst;
                     long start, fin;                      long start, fin;
                     const char  urlStr[] = "http://retropc.net/tk800/np2x/help.html";                      const char  urlStr[] = "http://retropc.net/tk800/np2x/help/help.html";
   
                     ICStart(&inst, 'SMil');                      ICStart(&inst, 'SMil');
                     start = 0;                      start = 0;

Removed from v.1.37  
changed lines
  Added in v.1.38


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