Added extra render menu items.

This commit is contained in:
Chris Laurel 2001-04-22 22:39:54 +00:00
parent 92bbdb35db
commit c272cfc64e
2 changed files with 3 additions and 1 deletions

View file

@ -69,6 +69,7 @@ BEGIN
MENUITEM "Show &Planet Labels", ID_RENDER_SHOWPLANETLABELS
MENUITEM "Show &Star Labels", ID_RENDER_SHOWSTARLABELS
MENUITEM "Show &Constellations", ID_RENDER_SHOWCONSTELLATIONS
MENUITEM "Show &Galaxies", ID_RENDER_SHOWGALAXIES
MENUITEM "Show A&tmospheres", ID_RENDER_SHOWATMOSPHERES
MENUITEM "Show &HUD Text", ID_RENDER_SHOWHUDTEXT
, CHECKED

View file

@ -53,6 +53,7 @@
#define ID_LOCATIONS_ADDLOCATION 40034
#define ID_RENDER_SHOWCONSTELLATIONS 40035
#define ID_RENDER_SHOWATMOSPHERES 40036
#define ID_RENDER_SHOWGALAXIES 40037
#define ID_LOCATIONS_FIRSTLOCATION 41000
@ -61,7 +62,7 @@
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 112
#define _APS_NEXT_COMMAND_VALUE 40037
#define _APS_NEXT_COMMAND_VALUE 40038
#define _APS_NEXT_CONTROL_VALUE 1010
#define _APS_NEXT_SYMED_VALUE 101
#endif