Added more/fewer stars menu options. Bumped version number.

This commit is contained in:
Chris Laurel 2001-05-18 02:35:02 +00:00
parent bbd005717e
commit a2eadba368
2 changed files with 8 additions and 3 deletions

View file

@ -70,11 +70,14 @@ BEGIN
MENUITEM "Show &Orbits", ID_RENDER_SHOWORBITS
MENUITEM "Show &Constellations", ID_RENDER_SHOWCONSTELLATIONS
MENUITEM SEPARATOR
MENUITEM "More Stars Visible", ID_RENDER_MORESTARS
MENUITEM "Fewer Stars Visible", ID_RENDER_FEWERSTARS
MENUITEM SEPARATOR
MENUITEM "Label Major &Planets", ID_RENDER_SHOWPLANETLABELS
MENUITEM "Label &Minor Planets", ID_RENDER_SHOWMINORPLANETLABELS
MENUITEM "Label &Stars", ID_RENDER_SHOWSTARLABELS
MENUITEM "Label Co&nstellations", ID_RENDER_SHOWCONSTLABELS
MENUITEM "Show &HUD Text", ID_RENDER_SHOWHUDTEXT
MENUITEM "Show &Info Text", ID_RENDER_SHOWHUDTEXT
, CHECKED
MENUITEM SEPARATOR
POPUP "&Ambient Light"
@ -141,7 +144,7 @@ CAPTION "About Celestia"
FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "OK",IDOK,131,76,50,14
CTEXT "Celestia 1.07",IDC_STATIC,6,7,297,9
CTEXT "Celestia 1.0.10",IDC_STATIC,6,7,297,9
CTEXT "Copyright (C) 2001, Chris Laurel",IDC_STATIC,6,16,297,9
CTEXT "Visit http://www.shatters.net/celestia for more info.",
IDC_STATIC,6,53,297,9

View file

@ -58,6 +58,8 @@
#define ID_RENDER_SHOWMINORPLANETLABELS 40039
#define ID_INFO 40040
#define ID_HELP_RUNDEMO 40041
#define ID_RENDER_MORESTARS 40042
#define ID_RENDER_FEWERSTARS 40043
#define ID_LOCATIONS_FIRSTLOCATION 41000
@ -66,7 +68,7 @@
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 112
#define _APS_NEXT_COMMAND_VALUE 40042
#define _APS_NEXT_COMMAND_VALUE 40044
#define _APS_NEXT_CONTROL_VALUE 1010
#define _APS_NEXT_SYMED_VALUE 101
#endif