Added more options to render menu.

pull/3/head
Chris Laurel 2001-04-10 00:32:12 +00:00
parent df4cd2bca6
commit 6d96d5d412
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 A&tmospheres", ID_RENDER_SHOWATMOSPHERES
MENUITEM "Show &HUD Text", ID_RENDER_SHOWHUDTEXT
, CHECKED
POPUP "&Ambient Light"

View File

@ -52,6 +52,7 @@
#define ID_HELP_GLINFO 40033
#define ID_LOCATIONS_ADDLOCATION 40034
#define ID_RENDER_SHOWCONSTELLATIONS 40035
#define ID_RENDER_SHOWATMOSPHERES 40036
#define ID_LOCATIONS_FIRSTLOCATION 41000
@ -60,7 +61,7 @@
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 112
#define _APS_NEXT_COMMAND_VALUE 40036
#define _APS_NEXT_COMMAND_VALUE 40037
#define _APS_NEXT_CONTROL_VALUE 1010
#define _APS_NEXT_SYMED_VALUE 101
#endif