Added link to the new html Celestia Guide from the Windows Help Menu.

ver1_6_1
Vincent Giangiulio 2009-10-18 10:45:07 +00:00
parent 4724ff6864
commit d111cb56d1
1 changed files with 5 additions and 0 deletions

View File

@ -4238,6 +4238,11 @@ LRESULT CALLBACK MainWindowProc(HWND hWnd,
appCore->charEntered('D');
break;
case ID_HELP_GUIDE:
ShellExecute(hWnd, "open", "help/CelestiaGuide.html", NULL, NULL, SW_NORMAL);
break;
case ID_HELP_CONTROLS:
CreateDialogParam(hRes,
MAKEINTRESOURCE(IDD_CONTROLSHELP),