|
|
| 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; |