Skip to content
Snippets Groups Projects
Commit 1a1c7efe authored by Ramzi Ramey's avatar Ramzi Ramey
Browse files

EXT-1477 (part2) Last tweak to the Develop menu with a much better name for...

EXT-1477 (part2) Last tweak to the Develop menu with a much better name for the Console Window option thingy.
parent f3139729
Branches
Tags
No related merge requests found
...@@ -2365,17 +2365,7 @@ ...@@ -2365,17 +2365,7 @@
function="Floater.Show" function="Floater.Show"
parameter="bumps" /> parameter="bumps" />
</menu_item_call> </menu_item_call>
<menu_item_check
label="Output Debug Minidump"
layout="topleft"
name="Output Debug Minidump">
<menu_item_check.on_check
function="CheckControl"
parameter="SaveMinidump" />
<menu_item_check.on_click
function="ToggleControl"
parameter="SaveMinidump" />
</menu_item_check>
<menu <menu
create_jump_keys="true" create_jump_keys="true"
label="Recorder" label="Recorder"
...@@ -3198,7 +3188,18 @@ ...@@ -3198,7 +3188,18 @@
function="Advanced.CompressImage" /> function="Advanced.CompressImage" />
</menu_item_call> </menu_item_call>
<menu_item_check <menu_item_check
label="Debug Console in a Separate Window" label="Output Debug Minidump"
layout="topleft"
name="Output Debug Minidump">
<menu_item_check.on_check
function="CheckControl"
parameter="SaveMinidump" />
<menu_item_check.on_click
function="ToggleControl"
parameter="SaveMinidump" />
</menu_item_check>
<menu_item_check
label="Console Window on next Run"
layout="topleft" layout="topleft"
name="Console Window"> name="Console Window">
<menu_item_check.on_check <menu_item_check.on_check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment