diff options
author | McCabe Maxsted | 2009-09-06 18:33:23 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-06 18:33:23 -0700 |
commit | 5ef87f0115db707483699af0a468945f022fcfc6 (patch) | |
tree | 3c2d501ed3ee51eab5dfa161ca93da911362c529 /linden/indra/newview/skins | |
parent | fix NDOF linking issues when using cmake 2.6 on linux (diff) | |
download | meta-impy-5ef87f0115db707483699af0a468945f022fcfc6.zip meta-impy-5ef87f0115db707483699af0a468945f022fcfc6.tar.gz meta-impy-5ef87f0115db707483699af0a468945f022fcfc6.tar.bz2 meta-impy-5ef87f0115db707483699af0a468945f022fcfc6.tar.xz |
Ported sit anywhere feature from Emerald viewer
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml index f837029..5ac1620 100644 --- a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml +++ b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | |||
@@ -884,6 +884,10 @@ | |||
884 | userdata="QuietSnapshotsToDisk" /> | 884 | userdata="QuietSnapshotsToDisk" /> |
885 | <on_check control="QuietSnapshotsToDisk" /> | 885 | <on_check control="QuietSnapshotsToDisk" /> |
886 | </menu_item_check> | 886 | </menu_item_check> |
887 | <menu_item_call label="Ground Sit" name="Ground Sit" | ||
888 | shortcut="control|alt|s"> | ||
889 | <on_click function="Advanced.ToggleSit" userdata="" /> | ||
890 | </menu_item_call> | ||
887 | <menu_item_check name="Show Mouselook Crosshairs" | 891 | <menu_item_check name="Show Mouselook Crosshairs" |
888 | label="Show Mouselook Crosshairs"> | 892 | label="Show Mouselook Crosshairs"> |
889 | <on_click function="ToggleControl" | 893 | <on_click function="ToggleControl" |