add scenario launch menu item (does nothing for now)
This commit is contained in:
@@ -86,6 +86,7 @@ BEGIN
|
||||
END
|
||||
POPUP "&Scenario"
|
||||
BEGIN
|
||||
MENUITEM "Launch Scenario Here", IDM_SCEN_LAUNCH
|
||||
MENUITEM "&Create New Town", IDM_SCEN_NEW_TOWN
|
||||
MENUITEM "Resize Outdoors", IDM_SCEN_RESIZE_OUTDOORS
|
||||
MENUITEM SEPARATOR
|
||||
|
@@ -341,6 +341,14 @@
|
||||
<object class="NSMenu" key="NSSubmenu" id="399390342">
|
||||
<string key="NSTitle">Scenario</string>
|
||||
<array class="NSMutableArray" key="NSMenuItems">
|
||||
<object class="NSMenuItem" id="142725491">
|
||||
<reference key="NSMenu" ref="399390342"/>
|
||||
<string key="NSTitle">Launch Scenario Here</string>
|
||||
<string key="NSKeyEquiv"/>
|
||||
<int key="NSMnemonicLoc">2147483647</int>
|
||||
<reference key="NSOnImage" ref="229763992"/>
|
||||
<reference key="NSMixedImage" ref="909111550"/>
|
||||
</object>
|
||||
<object class="NSMenuItem" id="142725490">
|
||||
<reference key="NSMenu" ref="399390342"/>
|
||||
<string key="NSTitle">Create New Town</string>
|
||||
|
@@ -72,6 +72,7 @@
|
||||
#define IDM_SCEN_RESIZE_OUTDOORS 167
|
||||
#define IDM_SCEN_ADV_IMPORT_OUT 168
|
||||
#define IDM_GRAYED_LABEL 169
|
||||
#define IDM_SCEN_LAUNCH 170
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
@@ -80,6 +81,6 @@
|
||||
#define _APS_NEXT_RESOURCE_VALUE 103
|
||||
#define _APS_NEXT_COMMAND_VALUE 40014
|
||||
#define _APS_NEXT_CONTROL_VALUE 1001
|
||||
#define _APS_NEXT_SYMED_VALUE 170
|
||||
#define _APS_NEXT_SYMED_VALUE 171
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user