From d111cb56d19634f98cc6746e17b600237e8a58e8 Mon Sep 17 00:00:00 2001 From: Vincent Giangiulio Date: Sun, 18 Oct 2009 10:45:07 +0000 Subject: [PATCH] Added link to the new html Celestia Guide from the Windows Help Menu. --- src/celestia/winmain.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/celestia/winmain.cpp b/src/celestia/winmain.cpp index 800846cf9..c6eb15d12 100644 --- a/src/celestia/winmain.cpp +++ b/src/celestia/winmain.cpp @@ -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),