Rev 29 | Rev 50 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 29 | Rev 30 | ||
|---|---|---|---|
| Line 319... | Line 319... | ||
| 319 | Window_MOTD (); |
319 | Window_MOTD (); |
| 320 | 320 | ||
| 321 | // help menu, help |
321 | // help menu, help |
| 322 | else if (wParam_loword == MENUID_HELP_HELP) |
322 | else if (wParam_loword == MENUID_HELP_HELP) |
| 323 | { |
323 | { |
| 324 | swprintf_s (folder_path, WCHAR_SIZEOF (folder_path), L"Chess Giants (%s).html", os_language); |
324 | swprintf_s (folder_path, WCHAR_SIZEOF (folder_path), L"%s\\Chess Giants (%s).html", app_path, os_language); |
| 325 | ShellExecute (NULL, L"open", folder_path, NULL, NULL, SW_MAXIMIZE); // fire up the help file |
325 | ShellExecute (NULL, L"open", folder_path, NULL, NULL, SW_MAXIMIZE); // fire up the help file |
| 326 | } |
326 | } |
| 327 | 327 | ||
| 328 | // help menu, get chess games |
328 | // help menu, get chess games |
| 329 | else if (wParam_loword == MENUID_HELP_GETCHESSGAMES) |
329 | else if (wParam_loword == MENUID_HELP_GETCHESSGAMES) |