From 4724ff6864e00d17836a5f8d20c00c643195720c Mon Sep 17 00:00:00 2001 From: Vincent Giangiulio Date: Sun, 18 Oct 2009 10:43:44 +0000 Subject: [PATCH] Added link to the new html Celestia Guide from the Windows Help Menu. --- src/celestia/res/celestia.rc | 3 +++ src/celestia/res/resource.h | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/celestia/res/celestia.rc b/src/celestia/res/celestia.rc index 727071631..4613dcb9c 100644 --- a/src/celestia/res/celestia.rc +++ b/src/celestia/res/celestia.rc @@ -356,6 +356,9 @@ BEGIN MENUITEM SEPARATOR + MENUITEM "User &Guide", ID_HELP_GUIDE + + MENUITEM "&Controls", ID_HELP_CONTROLS diff --git a/src/celestia/res/resource.h b/src/celestia/res/resource.h index 3e397cfbe..a1e9949a9 100644 --- a/src/celestia/res/resource.h +++ b/src/celestia/res/resource.h @@ -2,7 +2,7 @@ // Microsoft Visual C++ generated include file. // Used by celestia.rc // -#define VERSION_STRING "1.6.0" +#define VERSION_STRING "1.6.1" #define IDR_MENU1 101 #define IDD_ABOUT 102 #define IDI_CELESTIA_ICON 103 @@ -207,6 +207,7 @@ #define ID_TIME_SHOWLOCAL 40050 #define ID_NAVIGATION_TRACK 40051 #define ID_HELP_CONTROLS 40053 +#define ID_HELP_GUIDE 40054 #define ID_RENDER_VERTEX_SHADERS 40055 #define ID_NAVIGATION_GOTO_OBJECT 40056 #define ID_FILE_CAPTUREIMAGE 40057