diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-07-10 21:07:54 +0300 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-07-10 21:08:22 +0300 | 
| commit | 55477e74c79228feb9a5a2d8b970bb9cce2e57a1 (patch) | |
| tree | 6b65f1dfcac261bd5893052805999a9087b7b2ce /indra | |
| parent | b495608a8352cfb949d44607ef4967f2516da40a (diff) | |
Reverted SL-12494
Change was moved to DRTVWR-514
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/skins/default/xui/en/menu_viewer.xml | 31 | 
1 files changed, 7 insertions, 24 deletions
| diff --git a/indra/newview/skins/default/xui/en/menu_viewer.xml b/indra/newview/skins/default/xui/en/menu_viewer.xml index c7ab26bc22..873b95926b 100644 --- a/indra/newview/skins/default/xui/en/menu_viewer.xml +++ b/indra/newview/skins/default/xui/en/menu_viewer.xml @@ -56,8 +56,7 @@        </menu_item_call>        <menu_item_call         label="Places..." -       name="Places" -       shortcut="control|L"> +       name="Places">          <menu_item_call.on_click           function="Floater.ToggleOrBringToFront"           parameter="places" /> @@ -86,22 +85,11 @@        <menu_item_separator/>        <menu_item_call         label="Camera Controls..." -       name="Camera Controls" -       shortcut="control|K"> +       name="Camera Controls">          <menu_item_call.on_click           function="Floater.ToggleOrBringToFront"           parameter="camera" />        </menu_item_call> -      <menu_item_call -       label="Hover Height" -       name="HoverHeight" -       shortcut="alt|control|H" -       visible="false"> -        <menu_item_call.on_click -         function="HoverHeight"/> -        <menu_item_call.on_enable -         function="Edit.EnableHoverHeight"/> -      </menu_item_call>        <menu         create_jump_keys="true"         label="Movement" @@ -162,8 +150,7 @@          </menu_item_check>          <menu_item_call           label="Stop Animating Me" -         name="Stop Animating My Avatar" -         shortcut="alt|shift|A"> +         name="Stop Animating My Avatar">            <menu_item_call.on_click             function="Tools.StopAllAnimations" />          </menu_item_call> @@ -471,8 +458,7 @@          </menu_item_check>          <menu_item_call               label="Events" -             name="Events" -             shortcut="control|E"> +             name="Events">              <menu_item_call.on_click               function="Advanced.ShowURL"               parameter="https://secondlife.com/my/community/events"/> @@ -661,8 +647,7 @@           tear_off="true">              <menu_item_check               label="Sunrise" -             name="Sunrise" -             shortcut="control|shift|O"> +             name="Sunrise">                  <menu_item_check.on_click                   function="World.EnvSettings"                   parameter="sunrise" /> @@ -694,8 +679,7 @@              </menu_item_check>              <menu_item_check               label="Midnight" -             name="Midnight" -             shortcut="control|shift|Z"> +             name="Midnight">                  <menu_item_check.on_click                   function="World.EnvSettings"                   parameter="midnight" /> @@ -1333,8 +1317,7 @@ function="World.EnvPreset"              <menu_item_call             label="Model..."             layout="topleft" -           name="Upload Model" -           shortcut="alt|control|U"> +           name="Upload Model">              <menu_item_call.on_click               function="File.UploadModel"               parameter="" /> | 
