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