aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-07 16:27:00 -0500
committerJacek Antonelli2008-09-16 00:39:51 -0500
commitf39e9904b27422b14256289d508d014d82c99531 (patch)
treed7110d24ed05f37d2c0b3524f2c4a34bc045915b /linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml
parentCreated ChangeLog.txt. (diff)
downloadmeta-impy-f39e9904b27422b14256289d508d014d82c99531.zip
meta-impy-f39e9904b27422b14256289d508d014d82c99531.tar.gz
meta-impy-f39e9904b27422b14256289d508d014d82c99531.tar.bz2
meta-impy-f39e9904b27422b14256289d508d014d82c99531.tar.xz
Applied VWR-8056: Clean up menu_viewer.xml (main menu XUI)
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml759
1 files changed, 307 insertions, 452 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 054f867..acdb963 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
@@ -1,856 +1,711 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<menu_bar bottom="-18" drop_shadow="false" enabled="true" follows="left|top|right" 2
3 height="18" left="0" mouse_opaque="true" name="Main Menu" opaque="false" 3<menu_bar name="Main Menu" drop_shadow="false" follows="left|top|right"
4 tear_off="false" width="802"> 4 opaque="false" tear_off="false">
5 <menu bottom="273" create_jump_keys="true" drop_shadow="true" enabled="true" 5
6 height="263" label="File" left="0" mouse_opaque="false" name="File" 6
7 opaque="true" tear_off="true" width="243"> 7 <!-- FILE -->
8 <tearoff_menu bottom="-10" enabled="true" height="10" label="~~~~~~~~~~~" left="0" 8
9 mouse_opaque="true" name="~~~~~~~~~~~" width="243" /> 9 <menu name="File" create_jump_keys="true" label="File"
10 <menu_item_call bottom="-29" enabled="true" height="19" label="Upload Image (L$[COST])..." 10 opaque="true" tear_off="true">
11 left="0" mouse_opaque="true" name="Upload Image" shortcut="control|U" 11 <menu_item_call name="Upload Image" label="Upload Image (L$[COST])..."
12 width="243"> 12 shortcut="control|U">
13 <on_click function="File.UploadImage" userdata="" /> 13 <on_click function="File.UploadImage" userdata="" />
14 <on_enable function="File.EnableUpload" /> 14 <on_enable function="File.EnableUpload" />
15 </menu_item_call> 15 </menu_item_call>
16 <menu_item_call bottom="-48" enabled="true" height="19" label="Upload Sound (L$[COST])..." 16 <menu_item_call name="Upload Sound" label="Upload Sound (L$[COST])...">
17 left="0" mouse_opaque="true" name="Upload Sound" width="243">
18 <on_click function="File.UploadSound" userdata="" /> 17 <on_click function="File.UploadSound" userdata="" />
19 <on_enable function="File.EnableUpload" /> 18 <on_enable function="File.EnableUpload" />
20 </menu_item_call> 19 </menu_item_call>
21 <menu_item_call bottom="-67" enabled="true" height="19" label="Upload Animation (L$[COST])..." 20 <menu_item_call name="Upload Animation"
22 left="0" mouse_opaque="true" name="Upload Animation" width="243"> 21 label="Upload Animation (L$[COST])...">
23 <on_click function="File.UploadAnim" userdata="" /> 22 <on_click function="File.UploadAnim" userdata="" />
24 <on_enable function="File.EnableUpload" /> 23 <on_enable function="File.EnableUpload" />
25 </menu_item_call> 24 </menu_item_call>
26 <menu_item_call bottom="-86" enabled="true" height="19" 25 <menu_item_call name="Bulk Upload"
27 label="Bulk Upload (L$[COST] per file)..." left="0" mouse_opaque="true" 26 label="Bulk Upload (L$[COST] per file)...">
28 name="Bulk Upload" width="243">
29 <on_click function="File.UploadBulk" userdata="" /> 27 <on_click function="File.UploadBulk" userdata="" />
30 </menu_item_call> 28 </menu_item_call>
31 <menu_item_separator bottom="-94" enabled="true" height="8" label="-----------" left="0" 29 <menu_item_separator />
32 mouse_opaque="true" name="separator" width="243" /> 30 <menu_item_call name="Close Window" label="Close Window"
33 <menu_item_call bottom="-113" enabled="true" height="19" label="Close Window" left="0" 31 shortcut="control|W">
34 mouse_opaque="true" name="Close Window" shortcut="control|W" width="243">
35 <on_click function="File.CloseWindow" userdata="" /> 32 <on_click function="File.CloseWindow" userdata="" />
36 <on_enable function="File.EnableCloseWindow" userdata="" /> 33 <on_enable function="File.EnableCloseWindow" userdata="" />
37 </menu_item_call> 34 </menu_item_call>
38 <menu_item_call bottom="-113" enabled="true" height="19" label="Close All Windows" left="0" 35 <menu_item_call name="Close All Windows" label="Close All Windows"
39 mouse_opaque="true" name="Close All Windows" shortcut="control|shift|W" 36 shortcut="control|shift|W">
40 width="243">
41 <on_click function="File.CloseAllWindows" userdata="" /> 37 <on_click function="File.CloseAllWindows" userdata="" />
42 <on_enable function="File.EnableCloseAllWindows" userdata="" /> 38 <on_enable function="File.EnableCloseAllWindows" userdata="" />
43 </menu_item_call> 39 </menu_item_call>
44 <menu_item_separator bottom="-121" enabled="true" height="8" label="-----------" left="0" 40 <menu_item_separator />
45 mouse_opaque="true" name="separator2" width="243" /> 41 <menu_item_call name="Save Texture As..." label="Save Texture As...">
46 <menu_item_call bottom="-140" enabled="true" height="19" label="Save Texture As..." left="0"
47 mouse_opaque="true" name="Save Texture As..." width="243">
48 <on_click function="File.SaveTexture" userdata="" /> 42 <on_click function="File.SaveTexture" userdata="" />
49 <on_enable function="File.EnableSaveAs" /> 43 <on_enable function="File.EnableSaveAs" />
50 </menu_item_call> 44 </menu_item_call>
51 <menu_item_separator bottom="-148" enabled="true" height="8" label="-----------" left="0" 45 <menu_item_separator />
52 mouse_opaque="true" name="separator3" width="243" /> 46 <menu_item_call name="Take Snapshot" label="Take Snapshot"
53 <menu_item_call bottom="-167" enabled="true" height="19" label="Take Snapshot" left="0" 47 shortcut="control|shift|S">
54 mouse_opaque="true" name="Take Snapshot" shortcut="control|shift|S"
55 width="243">
56 <on_click function="File.TakeSnapshot" userdata="" /> 48 <on_click function="File.TakeSnapshot" userdata="" />
57 </menu_item_call> 49 </menu_item_call>
58 <menu_item_call bottom="-186" enabled="true" height="19" label="Snapshot to Disk" left="0" 50 <menu_item_call name="Snapshot to Disk" label="Snapshot to Disk"
59 mouse_opaque="true" name="Snapshot to Disk" shortcut="control|`" 51 shortcut="control|`" useMacCtrl="true">
60 useMacCtrl="true" width="243">
61 <on_click function="File.TakeSnapshotToDisk" userdata="" /> 52 <on_click function="File.TakeSnapshotToDisk" userdata="" />
62 </menu_item_call> 53 </menu_item_call>
63 <menu_item_separator bottom="-194" enabled="true" height="8" label="-----------" left="0" 54 <menu_item_separator />
64 mouse_opaque="true" name="separator4" width="243" /> 55 <menu_item_call name="Quit" label="Quit" shortcut="control|Q">
65 <menu_item_call bottom="-259" enabled="true" height="19" label="Quit" left="0"
66 mouse_opaque="true" name="Quit" shortcut="control|Q" width="243">
67 <on_click function="File.Quit" userdata="" /> 56 <on_click function="File.Quit" userdata="" />
68 </menu_item_call> 57 </menu_item_call>
69 </menu> 58 </menu>
70 <menu bottom="97" create_jump_keys="true" drop_shadow="true" enabled="true" 59
71 height="439" label="Edit" left="38" mouse_opaque="false" name="Edit" 60
72 opaque="true" tear_off="true" width="153"> 61
73 <menu_item_call bottom="-29" enabled="false" height="19" label="Undo" left="0" 62 <!-- EDIT -->
74 mouse_opaque="true" name="Undo" shortcut="control|Z" width="153"> 63
64 <menu name="Edit" create_jump_keys="true" label="Edit"
65 opaque="true" tear_off="true">
66 <menu_item_call name="Undo" enabled="false" label="Undo"
67 shortcut="control|Z">
75 <on_click function="Edit.Undo" userdata="" /> 68 <on_click function="Edit.Undo" userdata="" />
76 <on_enable function="Edit.EnableUndo" /> 69 <on_enable function="Edit.EnableUndo" />
77 </menu_item_call> 70 </menu_item_call>
78 <menu_item_call bottom="-48" enabled="false" height="19" label="Redo" left="0" 71 <menu_item_call name="Redo" enabled="false" label="Redo"
79 mouse_opaque="true" name="Redo" shortcut="control|Y" width="153"> 72 shortcut="control|Y">
80 <on_click function="Edit.Redo" userdata="" /> 73 <on_click function="Edit.Redo" userdata="" />
81 <on_enable function="Edit.EnableRedo" /> 74 <on_enable function="Edit.EnableRedo" />
82 </menu_item_call> 75 </menu_item_call>
83 <menu_item_separator bottom="-56" enabled="true" height="8" label="-----------" left="0" 76 <menu_item_separator />
84 mouse_opaque="true" name="separator" width="153" /> 77 <menu_item_call name="Cut" enabled="false" label="Cut" shortcut="control|X">
85 <menu_item_call bottom="-75" enabled="false" height="19" label="Cut" left="0"
86 mouse_opaque="true" name="Cut" shortcut="control|X" width="153">
87 <on_click function="Edit.Cut" userdata="" /> 78 <on_click function="Edit.Cut" userdata="" />
88 <on_enable function="Edit.EnableCut" /> 79 <on_enable function="Edit.EnableCut" />
89 </menu_item_call> 80 </menu_item_call>
90 <menu_item_call bottom="-94" enabled="false" height="19" label="Copy" left="0" 81 <menu_item_call name="Copy" enabled="false" label="Copy"
91 mouse_opaque="true" name="Copy" shortcut="control|C" width="153"> 82 shortcut="control|C">
92 <on_click function="Edit.Copy" userdata="" /> 83 <on_click function="Edit.Copy" userdata="" />
93 <on_enable function="Edit.EnableCopy" /> 84 <on_enable function="Edit.EnableCopy" />
94 </menu_item_call> 85 </menu_item_call>
95 <menu_item_call bottom="-113" enabled="false" height="19" label="Paste" left="0" 86 <menu_item_call name="Paste" enabled="false" label="Paste"
96 mouse_opaque="true" name="Paste" shortcut="control|V" width="153"> 87 shortcut="control|V">
97 <on_click function="Edit.Paste" userdata="" /> 88 <on_click function="Edit.Paste" userdata="" />
98 <on_enable function="Edit.EnablePaste" /> 89 <on_enable function="Edit.EnablePaste" />
99 </menu_item_call> 90 </menu_item_call>
100 <menu_item_call bottom="-132" enabled="false" height="19" label="Delete" left="0" 91 <menu_item_call name="Delete" enabled="false" label="Delete" shortcut="Del">
101 mouse_opaque="true" name="Delete" shortcut="Del" width="153">
102 <on_click function="Edit.Delete" userdata="" /> 92 <on_click function="Edit.Delete" userdata="" />
103 <on_enable function="Edit.EnableDelete" /> 93 <on_enable function="Edit.EnableDelete" />
104 </menu_item_call> 94 </menu_item_call>
105 <menu_item_separator bottom="-140" enabled="true" height="8" label="-----------" left="0" 95 <menu_item_separator />
106 mouse_opaque="true" name="separator2" width="153" /> 96 <menu_item_call name="Search..." label="Search..." shortcut="control|F">
107 <menu_item_call bottom="-159" enabled="true" height="19" label="Search..." left="0"
108 mouse_opaque="true" name="Search..." shortcut="control|F" width="153">
109 <on_click function="Edit.Search" userdata="" /> 97 <on_click function="Edit.Search" userdata="" />
110 </menu_item_call> 98 </menu_item_call>
111 <menu_item_separator bottom="-167" enabled="true" height="8" label="-----------" left="0" 99 <menu_item_separator />
112 mouse_opaque="true" name="separator3" width="153" /> 100 <menu_item_call name="Select All" enabled="false" label="Select All"
113 <menu_item_call bottom="-186" enabled="false" height="19" label="Select All" left="0" 101 shortcut="control|A">
114 mouse_opaque="true" name="Select All" shortcut="control|A" width="153">
115 <on_click function="Edit.SelectAll" userdata="" /> 102 <on_click function="Edit.SelectAll" userdata="" />
116 <on_enable function="Edit.EnableSelectAll" /> 103 <on_enable function="Edit.EnableSelectAll" />
117 </menu_item_call> 104 </menu_item_call>
118 <menu_item_call bottom="-205" enabled="false" height="19" label="Deselect" left="0" 105 <menu_item_call name="Deselect" enabled="false" label="Deselect"
119 mouse_opaque="true" name="Deselect" shortcut="control|E" width="153"> 106 shortcut="control|E">
120 <on_click function="Edit.Deselect" userdata="" /> 107 <on_click function="Edit.Deselect" userdata="" />
121 <on_enable function="Edit.EnableDeselect" /> 108 <on_enable function="Edit.EnableDeselect" />
122 </menu_item_call> 109 </menu_item_call>
123 <menu_item_separator bottom="-213" enabled="true" height="8" label="-----------" left="0" 110 <menu_item_separator />
124 mouse_opaque="true" name="separator4" width="153" /> 111 <menu_item_call name="Duplicate" enabled="false" label="Duplicate"
125 <menu_item_call bottom="-232" enabled="false" height="19" label="Duplicate" left="0" 112 shortcut="control|D">
126 mouse_opaque="true" name="Duplicate" shortcut="control|D" width="153">
127 <on_click function="Edit.Duplicate" userdata="" /> 113 <on_click function="Edit.Duplicate" userdata="" />
128 <on_enable function="Edit.EnableDuplicate" /> 114 <on_enable function="Edit.EnableDuplicate" />
129 </menu_item_call> 115 </menu_item_call>
130 <menu_item_separator bottom="-240" enabled="true" height="8" label="-----------" left="0" 116 <menu_item_separator />
131 mouse_opaque="true" name="separator5" width="153" /> 117 <menu name="Attach Object" create_jump_keys="true" label="Attach Object"
132 <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true" 118 opaque="true" tear_off="true" />
133 height="554" label="Attach Object" left="0" mouse_opaque="false" 119 <menu name="Detach Object" create_jump_keys="true" label="Detach Object"
134 name="Attach Object" opaque="true" tear_off="true" width="117" /> 120 opaque="true" tear_off="true" />
135 <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true" 121 <menu name="Take Off Clothing" create_jump_keys="true"
136 height="554" label="Detach Object" left="191" mouse_opaque="false" 122 label="Take Off Clothing" opaque="true" tear_off="true">
137 name="Detach Object" opaque="true" tear_off="true" width="118" /> 123 <menu_item_call name="Shirt" enabled="false" label="Shirt">
138 <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true"
139 height="204" label="Take Off Clothing" left="0" mouse_opaque="false"
140 name="Take Off Clothing" opaque="true" tear_off="true" width="118">
141 <menu_item_call bottom="-29" enabled="false" height="19" label="Shirt" left="0"
142 mouse_opaque="true" name="Shirt" width="118">
143 <on_click function="Edit.TakeOff" userdata="shirt" /> 124 <on_click function="Edit.TakeOff" userdata="shirt" />
144 <on_enable function="Edit.EnableTakeOff" userdata="shirt" /> 125 <on_enable function="Edit.EnableTakeOff" userdata="shirt" />
145 </menu_item_call> 126 </menu_item_call>
146 <menu_item_call bottom="-48" enabled="false" height="19" label="Pants" left="0" 127 <menu_item_call name="Pants" enabled="false" label="Pants">
147 mouse_opaque="true" name="Pants" width="118">
148 <on_click function="Edit.TakeOff" userdata="pants" /> 128 <on_click function="Edit.TakeOff" userdata="pants" />
149 <on_enable function="Edit.EnableTakeOff" userdata="pants" /> 129 <on_enable function="Edit.EnableTakeOff" userdata="pants" />
150 </menu_item_call> 130 </menu_item_call>
151 <menu_item_call bottom="-67" enabled="false" height="19" label="Shoes" left="0" 131 <menu_item_call name="Shoes" enabled="false" label="Shoes">
152 mouse_opaque="true" name="Shoes" width="118">
153 <on_click function="Edit.TakeOff" userdata="shoes" /> 132 <on_click function="Edit.TakeOff" userdata="shoes" />
154 <on_enable function="Edit.EnableTakeOff" userdata="shoes" /> 133 <on_enable function="Edit.EnableTakeOff" userdata="shoes" />
155 </menu_item_call> 134 </menu_item_call>
156 <menu_item_call bottom="-86" enabled="false" height="19" label="Socks" left="0" 135 <menu_item_call name="Socks" enabled="false" label="Socks">
157 mouse_opaque="true" name="Socks" width="118">
158 <on_click function="Edit.TakeOff" userdata="socks" /> 136 <on_click function="Edit.TakeOff" userdata="socks" />
159 <on_enable function="Edit.EnableTakeOff" userdata="socks" /> 137 <on_enable function="Edit.EnableTakeOff" userdata="socks" />
160 </menu_item_call> 138 </menu_item_call>
161 <menu_item_call bottom="-105" enabled="false" height="19" label="Jacket" left="0" 139 <menu_item_call name="Jacket" enabled="false" label="Jacket">
162 mouse_opaque="true" name="Jacket" width="118">
163 <on_click function="Edit.TakeOff" userdata="jacket" /> 140 <on_click function="Edit.TakeOff" userdata="jacket" />
164 <on_enable function="Edit.EnableTakeOff" userdata="jacket" /> 141 <on_enable function="Edit.EnableTakeOff" userdata="jacket" />
165 </menu_item_call> 142 </menu_item_call>
166 <menu_item_call bottom="-124" enabled="false" height="19" label="Gloves" left="0" 143 <menu_item_call name="Gloves" enabled="false" label="Gloves">
167 mouse_opaque="true" name="Gloves" width="118">
168 <on_click function="Edit.TakeOff" userdata="gloves" /> 144 <on_click function="Edit.TakeOff" userdata="gloves" />
169 <on_enable function="Edit.EnableTakeOff" userdata="gloves" /> 145 <on_enable function="Edit.EnableTakeOff" userdata="gloves" />
170 </menu_item_call> 146 </menu_item_call>
171 <menu_item_call bottom="-143" enabled="false" height="19" label="Undershirt" left="0" 147 <menu_item_call name="Menu Undershirt" enabled="false" label="Undershirt">
172 mouse_opaque="true" name="Menu Undershirt" width="118">
173 <on_click function="Edit.TakeOff" userdata="undershirt" /> 148 <on_click function="Edit.TakeOff" userdata="undershirt" />
174 <on_enable function="Edit.EnableTakeOff" userdata="undershirt" /> 149 <on_enable function="Edit.EnableTakeOff" userdata="undershirt" />
175 </menu_item_call> 150 </menu_item_call>
176 <menu_item_call bottom="-162" enabled="false" height="19" label="Underpants" left="0" 151 <menu_item_call name="Menu Underpants" enabled="false" label="Underpants">
177 mouse_opaque="true" name="Menu Underpants" width="118">
178 <on_click function="Edit.TakeOff" userdata="underpants" /> 152 <on_click function="Edit.TakeOff" userdata="underpants" />
179 <on_enable function="Edit.EnableTakeOff" userdata="underpants" /> 153 <on_enable function="Edit.EnableTakeOff" userdata="underpants" />
180 </menu_item_call> 154 </menu_item_call>
181 <menu_item_call bottom="-181" enabled="false" height="19" label="Skirt" left="0" 155 <menu_item_call name="Skirt" enabled="false" label="Skirt">
182 mouse_opaque="true" name="Skirt" width="118">
183 <on_click function="Edit.TakeOff" userdata="skirt" /> 156 <on_click function="Edit.TakeOff" userdata="skirt" />
184 <on_enable function="Edit.EnableTakeOff" userdata="skirt" /> 157 <on_enable function="Edit.EnableTakeOff" userdata="skirt" />
185 </menu_item_call> 158 </menu_item_call>
186 <menu_item_call bottom="-200" enabled="true" height="19" label="All Clothes" left="0" 159 <menu_item_call name="All Clothes" label="All Clothes">
187 mouse_opaque="true" name="All Clothes" width="118">
188 <on_click function="Edit.TakeOff" userdata="all" /> 160 <on_click function="Edit.TakeOff" userdata="all" />
189 </menu_item_call> 161 </menu_item_call>
190 </menu> 162 </menu>
191 <menu_item_separator bottom="-305" enabled="true" height="8" label="-----------" left="0" 163 <menu_item_separator />
192 mouse_opaque="true" name="separator6" width="153" /> 164 <menu_item_call name="Gestures..." label="Gestures..." shortcut="control|G">
193 <menu_item_call bottom="-324" enabled="true" height="19" label="Gestures..." left="0"
194 mouse_opaque="true" name="Gestures..." shortcut="control|G" width="153">
195 <on_click function="ShowFloater" userdata="gestures" /> 165 <on_click function="ShowFloater" userdata="gestures" />
196 </menu_item_call> 166 </menu_item_call>
197 <menu_item_call bottom="-343" enabled="true" height="19" label="Profile..." left="0" 167 <menu_item_call name="Profile..." label="Profile...">
198 mouse_opaque="true" name="Profile..." width="153">
199 <on_click function="ShowAgentProfile" userdata="agent" /> 168 <on_click function="ShowAgentProfile" userdata="agent" />
200 </menu_item_call> 169 </menu_item_call>
201 <menu_item_call bottom="-362" enabled="true" height="19" label="Appearance..." left="0" 170 <menu_item_call name="Appearance..." label="Appearance...">
202 mouse_opaque="true" name="Appearance..." width="153">
203 <on_click function="ShowFloater" userdata="appearance" /> 171 <on_click function="ShowFloater" userdata="appearance" />
204 <on_enable function="Edit.EnableCustomizeAvatar" /> 172 <on_enable function="Edit.EnableCustomizeAvatar" />
205 </menu_item_call> 173 </menu_item_call>
206 <menu_item_separator bottom="-370" enabled="true" height="8" label="-----------" left="0" 174 <menu_item_separator />
207 mouse_opaque="true" name="separator7" width="153" /> 175 <menu_item_check name="Friends..." label="Friends..."
208 <menu_item_check bottom="-389" enabled="true" height="19" label="Friends..." left="0" 176 shortcut="control|shift|F">
209 mouse_opaque="true" name="Friends..." shortcut="control|shift|F"
210 width="153">
211 <on_click function="ShowFloater" userdata="friends" /> 177 <on_click function="ShowFloater" userdata="friends" />
212 <on_check function="FloaterVisible" userdata="friends" /> 178 <on_check function="FloaterVisible" userdata="friends" />
213 </menu_item_check> 179 </menu_item_check>
214 <menu_item_call bottom="-408" enabled="true" height="19" label="Groups..." left="0" 180 <menu_item_call name="Groups..." label="Groups...">
215 mouse_opaque="true" name="Groups..." width="153">
216 <on_click function="ShowAgentGroups" userdata="agent" /> 181 <on_click function="ShowAgentGroups" userdata="agent" />
217 </menu_item_call> 182 </menu_item_call>
218 <menu_item_separator bottom="-416" enabled="true" height="8" label="-----------" left="0" 183 <menu_item_separator />
219 mouse_opaque="true" name="separator8" width="153" /> 184 <menu_item_call name="Preferences..." label="Preferences..."
220 <menu_item_call bottom="-435" enabled="true" height="19" label="Preferences..." left="0" 185 shortcut="control|P">
221 mouse_opaque="true" name="Preferences..." shortcut="control|P" width="153">
222 <on_click function="ShowFloater" userdata="preferences" /> 186 <on_click function="ShowFloater" userdata="preferences" />
223 </menu_item_call> 187 </menu_item_call>
224 </menu> 188 </menu>
225 <menu bottom="-1" create_jump_keys="true" drop_shadow="true" enabled="true" 189
226 height="537" label="View" left="80" mouse_opaque="false" name="View" 190
227 opaque="true" tear_off="true" width="211"> 191
228 <tearoff_menu bottom="-10" enabled="true" height="10" label="~~~~~~~~~~~" left="0" 192 <!-- VIEW -->
229 mouse_opaque="true" name="~~~~~~~~~~~" width="211" /> 193
230 <menu_item_call bottom="-29" enabled="true" height="19" label="Mouselook" left="0" 194 <menu create_jump_keys="true" label="View" name="View"
231 mouse_opaque="true" name="Mouselook" shortcut="M" width="211"> 195 opaque="true" tear_off="true">
196 <menu_item_call name="Mouselook" label="Mouselook" shortcut="M">
232 <on_click function="View.Mouselook" userdata="" /> 197 <on_click function="View.Mouselook" userdata="" />
233 <on_enable function="View.EnableMouselook" /> 198 <on_enable function="View.EnableMouselook" />
234 </menu_item_call> 199 </menu_item_call>
235 <menu_item_check bottom="-48" enabled="true" height="19" label="Build" left="0" 200 <menu_item_check name="Build" label="Build" shortcut="B">
236 mouse_opaque="true" name="Build" shortcut="B" width="211">
237 <on_click function="View.BuildMode" userdata="" /> 201 <on_click function="View.BuildMode" userdata="" />
238 <on_check function="View.CheckBuildMode" /> 202 <on_check function="View.CheckBuildMode" />
239 </menu_item_check> 203 </menu_item_check>
240 <menu_item_check bottom="-48" enabled="true" height="19" label="Joystick Flycam" left="0" 204 <menu_item_check name="Joystick Flycam" label="Joystick Flycam"
241 mouse_opaque="true" name="Joystick Flycam" shortcut="alt|shift|F" 205 shortcut="alt|shift|F">
242 width="211">
243 <on_click function="View.JoystickFlycam" userdata="" /> 206 <on_click function="View.JoystickFlycam" userdata="" />
244 <on_check function="View.CheckJoystickFlycam" /> 207 <on_check function="View.CheckJoystickFlycam" />
245 </menu_item_check> 208 </menu_item_check>
246 <menu_item_call bottom="-67" enabled="true" height="19" label="Reset View" left="0" 209 <menu_item_call name="Reset View" label="Reset View" shortcut="Esc">
247 mouse_opaque="true" name="Reset View" shortcut="Esc" width="211">
248 <on_click function="View.ResetView" userdata="" /> 210 <on_click function="View.ResetView" userdata="" />
249 </menu_item_call> 211 </menu_item_call>
250 <menu_item_call bottom="-86" enabled="false" height="19" label="Look at Last Chatter" left="0" 212 <menu_item_call name="Look at Last Chatter" enabled="false"
251 mouse_opaque="true" name="Look at Last Chatter" shortcut="control|\" 213 label="Look at Last Chatter" shortcut="control|\">
252 width="211">
253 <on_click function="View.LookAtLastChatter" userdata="" /> 214 <on_click function="View.LookAtLastChatter" userdata="" />
254 <on_enable function="View.EnableLastChatter" /> 215 <on_enable function="View.EnableLastChatter" />
255 </menu_item_call> 216 </menu_item_call>
256 <menu_item_separator bottom="-94" enabled="true" height="8" label="-----------" left="0" 217 <menu_item_separator />
257 mouse_opaque="true" name="separator" width="211" /> 218 <menu_item_check name="Toolbar" label="Toolbar">
258 <menu_item_check bottom="-113" enabled="true" height="19" label="Toolbar" left="0"
259 mouse_opaque="true" name="Toolbar" width="211">
260 <on_click function="ShowFloater" userdata="toolbar" /> 219 <on_click function="ShowFloater" userdata="toolbar" />
261 <on_check function="FloaterVisible" userdata="toolbar" /> 220 <on_check function="FloaterVisible" userdata="toolbar" />
262 </menu_item_check> 221 </menu_item_check>
263 <menu_item_check bottom="-132" enabled="true" height="19" label="Local Chat" left="0" 222 <menu_item_check name="Chat History" label="Local Chat" shortcut="control|H">
264 mouse_opaque="true" name="Chat History" shortcut="control|H" width="211">
265 <on_click function="ShowFloater" userdata="chat history" /> 223 <on_click function="ShowFloater" userdata="chat history" />
266 <on_check function="FloaterVisible" userdata="chat history" /> 224 <on_check function="FloaterVisible" userdata="chat history" />
267 </menu_item_check> 225 </menu_item_check>
268 <menu_item_check bottom="-151" enabled="true" height="19" label="Communicate" left="0" 226 <menu_item_check name="Instant Message" label="Communicate"
269 mouse_opaque="true" name="Instant Message" shortcut="control|T" width="211"> 227 shortcut="control|T">
270 <on_click function="ShowFloater" userdata="im" /> 228 <on_click function="ShowFloater" userdata="im" />
271 <on_check function="FloaterVisible" userdata="im" /> 229 <on_check function="FloaterVisible" userdata="im" />
272 </menu_item_check> 230 </menu_item_check>
273 <menu_item_call bottom="-170" enabled="true" height="19" label="Inventory" left="0" 231 <menu_item_call name="Inventory" label="Inventory" shortcut="control|I">
274 mouse_opaque="true" name="Inventory" shortcut="control|I" width="211">
275 <on_click function="ShowFloater" userdata="inventory" /> 232 <on_click function="ShowFloater" userdata="inventory" />
276 </menu_item_call> 233 </menu_item_call>
277 <menu_item_check bottom="-189" enabled="true" height="19" label="Active Speakers" left="0" 234 <menu_item_check name="Active Speakers" label="Active Speakers">
278 mouse_opaque="true" name="Active Speakers" width="211">
279 <on_click function="ShowFloater" userdata="active speakers" /> 235 <on_click function="ShowFloater" userdata="active speakers" />
280 <on_check function="FloaterVisible" userdata="active speakers" /> 236 <on_check function="FloaterVisible" userdata="active speakers" />
281 </menu_item_check> 237 </menu_item_check>
282 <menu_item_check bottom="-189" enabled="true" height="19" label="Mute List" left="0" 238 <menu_item_check name="Mute List" label="Mute List">
283 mouse_opaque="true" name="Mute List" width="211">
284 <on_click function="ShowFloater" userdata="mute list" /> 239 <on_click function="ShowFloater" userdata="mute list" />
285 <on_check function="FloaterVisible" userdata="mute list" /> 240 <on_check function="FloaterVisible" userdata="mute list" />
286 </menu_item_check> 241 </menu_item_check>
287 <menu_item_separator bottom="-197" enabled="true" height="8" label="-----------" left="0" 242 <menu_item_separator />
288 mouse_opaque="true" name="separator2" width="211" /> 243 <menu_item_check name="Camera Controls" label="Camera Controls">
289 <menu_item_check bottom="-216" enabled="true" height="19" label="Camera Controls" left="0"
290 mouse_opaque="true" name="Camera Controls" width="211">
291 <on_click function="ShowFloater" userdata="camera controls" /> 244 <on_click function="ShowFloater" userdata="camera controls" />
292 <on_check function="FloaterVisible" userdata="camera controls" /> 245 <on_check function="FloaterVisible" userdata="camera controls" />
293 </menu_item_check> 246 </menu_item_check>
294 <menu_item_check bottom="-235" enabled="true" height="19" label="Movement Controls" left="0" 247 <menu_item_check name="Movement Controls" label="Movement Controls">
295 mouse_opaque="true" name="Movement Controls" width="211">
296 <on_click function="ShowFloater" userdata="movement controls" /> 248 <on_click function="ShowFloater" userdata="movement controls" />
297 <on_check function="FloaterVisible" userdata="movement controls" /> 249 <on_check function="FloaterVisible" userdata="movement controls" />
298 </menu_item_check> 250 </menu_item_check>
299 <menu_item_check bottom="-254" enabled="true" height="19" label="World Map" left="0" 251 <menu_item_check name="World Map" label="World Map" shortcut="control|M">
300 mouse_opaque="true" name="World Map" shortcut="control|M" width="211">
301 <on_click function="ShowFloater" userdata="world map" /> 252 <on_click function="ShowFloater" userdata="world map" />
302 <on_check control="ShowWorldMap" /> 253 <on_check control="ShowWorldMap" />
303 </menu_item_check> 254 </menu_item_check>
304 <menu_item_check bottom="-273" enabled="true" height="19" label="Mini-Map" left="0" 255 <menu_item_check name="Mini-Map" label="Mini-Map" shortcut="control|shift|M">
305 mouse_opaque="true" name="Mini-Map" shortcut="control|shift|M" width="211">
306 <on_click function="ShowFloater" userdata="mini map" /> 256 <on_click function="ShowFloater" userdata="mini map" />
307 <on_check control="ShowMiniMap" /> 257 <on_check control="ShowMiniMap" />
308 </menu_item_check> 258 </menu_item_check>
309 <menu_item_separator bottom="-281" enabled="true" height="8" label="-----------" left="0" 259 <menu_item_separator />
310 mouse_opaque="true" name="separator3" width="211" /> 260 <menu_item_check name="Statistics Bar" label="Statistics Bar"
311 <menu_item_check bottom="-300" enabled="true" height="19" label="Statistics Bar" left="0" 261 shortcut="control|shift|1">
312 mouse_opaque="true" name="Statistics Bar" shortcut="control|shift|1"
313 width="211">
314 <on_click function="ShowFloater" userdata="stat bar" /> 262 <on_click function="ShowFloater" userdata="stat bar" />
315 <on_check function="FloaterVisible" userdata="stat bar" /> 263 <on_check function="FloaterVisible" userdata="stat bar" />
316 </menu_item_check> 264 </menu_item_check>
317 <menu_item_check bottom="-319" enabled="true" height="19" label="Property Lines" left="0" 265 <menu_item_check name="Property Lines" label="Property Lines"
318 mouse_opaque="true" name="Property Lines" shortcut="control|alt|shift|P" 266 shortcut="control|alt|shift|P">
319 width="211">
320 <on_click function="ToggleControl" userdata="ShowPropertyLines" /> 267 <on_click function="ToggleControl" userdata="ShowPropertyLines" />
321 <on_check control="ShowPropertyLines" /> 268 <on_check control="ShowPropertyLines" />
322 </menu_item_check> 269 </menu_item_check>
323 <menu_item_check bottom="-338" enabled="true" height="19" label="Land Owners" left="0" 270 <menu_item_check name="Land Owners" label="Land Owners">
324 mouse_opaque="true" name="Land Owners" width="211">
325 <on_click function="ToggleControl" userdata="ShowParcelOwners" /> 271 <on_click function="ToggleControl" userdata="ShowParcelOwners" />
326 <on_check control="ShowParcelOwners" /> 272 <on_check control="ShowParcelOwners" />
327 </menu_item_check> 273 </menu_item_check>
328 <menu_item_separator bottom="-346" enabled="true" height="8" label="-----------" left="0" 274 <menu_item_separator />
329 mouse_opaque="true" name="separator4" width="211" /> 275 <menu name="Hover Tips" create_jump_keys="true" label="Hover Tips"
330 <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true" 276 opaque="true" tear_off="true">
331 height="79" label="Hover Tips" left="0" mouse_opaque="false" 277 <menu_item_check name="Show Tips" label="Show Tips"
332 name="Hover Tips" opaque="true" tear_off="true" width="158"> 278 shortcut="control|shift|T">
333 <menu_item_check bottom="-29" enabled="true" height="19" label="Show Tips" left="0"
334 mouse_opaque="true" name="Show Tips" shortcut="control|shift|T" width="158">
335 <on_click function="View.ShowHoverTips" userdata="" /> 279 <on_click function="View.ShowHoverTips" userdata="" />
336 <on_check function="View.CheckShowHoverTips" /> 280 <on_check function="View.CheckShowHoverTips" />
337 </menu_item_check> 281 </menu_item_check>
338 <menu_item_separator bottom="-37" enabled="true" height="8" label="-----------" left="0" 282 <menu_item_separator />
339 mouse_opaque="true" name="separator" width="158" /> 283 <menu_item_check name="Land Tips" label="Land Tips">
340 <menu_item_check bottom="-56" enabled="true" height="19" label="Land Tips" left="0"
341 mouse_opaque="true" name="Land Tips" width="158">
342 <on_click function="ToggleControl" userdata="ShowLandHoverTip" /> 284 <on_click function="ToggleControl" userdata="ShowLandHoverTip" />
343 <on_enable function="View.CheckShowHoverTips" /> 285 <on_enable function="View.CheckShowHoverTips" />
344 <on_check control="ShowLandHoverTip" /> 286 <on_check control="ShowLandHoverTip" />
345 </menu_item_check> 287 </menu_item_check>
346 <menu_item_check bottom="-75" enabled="true" height="19" label="Tips On All Objects" left="0" 288 <menu_item_check name="Tips On All Objects" label="Tips On All Objects">
347 mouse_opaque="true" name="Tips On All Objects" width="158">
348 <on_click function="ToggleControl" userdata="ShowAllObjectHoverTip" /> 289 <on_click function="ToggleControl" userdata="ShowAllObjectHoverTip" />
349 <on_enable function="View.CheckShowHoverTips" /> 290 <on_enable function="View.CheckShowHoverTips" />
350 <on_check control="ShowAllObjectHoverTip" /> 291 <on_check control="ShowAllObjectHoverTip" />
351 </menu_item_check> 292 </menu_item_check>
352 </menu> 293 </menu>
353 <menu_item_check bottom="-403" enabled="true" height="19" label="Highlight Transparent" left="0" 294 <menu_item_check name="Highlight Transparent" label="Highlight Transparent"
354 mouse_opaque="true" name="Highlight Transparent" shortcut="control|alt|T" 295 shortcut="control|alt|T">
355 width="211">
356 <on_click function="View.HighlightTransparent" userdata="" /> 296 <on_click function="View.HighlightTransparent" userdata="" />
357 <on_check function="View.CheckHighlightTransparent" /> 297 <on_check function="View.CheckHighlightTransparent" />
358 </menu_item_check> 298 </menu_item_check>
359 <menu_item_check bottom="-384" enabled="true" height="19" label="Beacons Always On" left="0" 299 <menu_item_check name="Beacons Always On" label="Beacons Always On"
360 mouse_opaque="true" name="Beacons Always On" shortcut="control|N" 300 shortcut="control|N">
361 width="211">
362 <on_click function="ToggleControl" userdata="BeaconAlwaysOn" /> 301 <on_click function="ToggleControl" userdata="BeaconAlwaysOn" />
363 <on_check control="BeaconAlwaysOn" /> 302 <on_check control="BeaconAlwaysOn" />
364 </menu_item_check> 303 </menu_item_check>
365 <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true" 304 <menu name="Beacons" create_jump_keys="true" label="Beacons"
366 height="117" label="Beacons" left="0" mouse_opaque="false" name="Beacons" 305 opaque="true" tear_off="true">
367 opaque="true" tear_off="true" width="129"> 306 <menu_item_check name="Scripted Objects With Touch Only"
368 <menu_item_check bottom="-29" enabled="true" height="19" 307 label="Scripted Objects with Touch Only">
369 label="Scripted Objects with Touch Only" left="0" mouse_opaque="true"
370 name="Scripted Objects With Touch Only" width="129">
371 <on_click function="View.ToggleBeacon" userdata="scripttouchbeacon" /> 308 <on_click function="View.ToggleBeacon" userdata="scripttouchbeacon" />
372 <on_check function="View.CheckBeaconEnabled" userdata="scripttouchbeacon" /> 309 <on_check function="View.CheckBeaconEnabled" userdata="scripttouchbeacon" />
373 </menu_item_check> 310 </menu_item_check>
374 <menu_item_check bottom="-48" enabled="true" height="19" label="Scripted Objects" left="0" 311 <menu_item_check name="Scripted Objects" label="Scripted Objects">
375 mouse_opaque="true" name="Scripted Objects" width="129">
376 <on_click function="View.ToggleBeacon" userdata="scriptsbeacon" /> 312 <on_click function="View.ToggleBeacon" userdata="scriptsbeacon" />
377 <on_check function="View.CheckBeaconEnabled" userdata="scriptsbeacon" /> 313 <on_check function="View.CheckBeaconEnabled" userdata="scriptsbeacon" />
378 </menu_item_check> 314 </menu_item_check>
379 <menu_item_check bottom="-67" enabled="true" height="19" label="Physical Objects" left="0" 315 <menu_item_check name="Physical Objects" label="Physical Objects">
380 mouse_opaque="true" name="Physical Objects" width="129">
381 <on_click function="View.ToggleBeacon" userdata="physicalbeacon" /> 316 <on_click function="View.ToggleBeacon" userdata="physicalbeacon" />
382 <on_check function="View.CheckBeaconEnabled" userdata="physicalbeacon" /> 317 <on_check function="View.CheckBeaconEnabled" userdata="physicalbeacon" />
383 </menu_item_check> 318 </menu_item_check>
384 <menu_item_check bottom="-86" enabled="true" height="19" label="Sound Sources" left="0" 319 <menu_item_check name="Sound Sources" label="Sound Sources">
385 mouse_opaque="true" name="Sound Sources" width="129">
386 <on_click function="View.ToggleBeacon" userdata="soundsbeacon" /> 320 <on_click function="View.ToggleBeacon" userdata="soundsbeacon" />
387 <on_check function="View.CheckBeaconEnabled" userdata="soundsbeacon" /> 321 <on_check function="View.CheckBeaconEnabled" userdata="soundsbeacon" />
388 </menu_item_check> 322 </menu_item_check>
389 <menu_item_check bottom="-105" enabled="true" height="19" label="Particle Sources" left="0" 323 <menu_item_check name="Particle Sources" label="Particle Sources">
390 mouse_opaque="true" name="Particle Sources" width="129">
391 <on_click function="View.ToggleBeacon" userdata="particlesbeacon" /> 324 <on_click function="View.ToggleBeacon" userdata="particlesbeacon" />
392 <on_check function="View.CheckBeaconEnabled" userdata="particlesbeacon" /> 325 <on_check function="View.CheckBeaconEnabled" userdata="particlesbeacon" />
393 </menu_item_check> 326 </menu_item_check>
394 <menu_item_separator bottom="-113" enabled="true" height="8" label="-----------" left="0" 327 <menu_item_separator />
395 mouse_opaque="true" name="separator" width="129" /> 328 <menu_item_check name="Render Highlights" label="Render Highlights">
396 <menu_item_check bottom="-121" enabled="true" height="19" label="Render Highlights" left="0"
397 mouse_opaque="true" name="Render Highlights" width="129">
398 <on_click function="View.ToggleBeacon" userdata="renderhighlights" /> 329 <on_click function="View.ToggleBeacon" userdata="renderhighlights" />
399 <on_check function="View.CheckBeaconEnabled" userdata="renderhighlights" /> 330 <on_check function="View.CheckBeaconEnabled" userdata="renderhighlights" />
400 </menu_item_check> 331 </menu_item_check>
401 <menu_item_check bottom="-140" enabled="true" height="19" label="Render Beacons" left="0" 332 <menu_item_check name="Render Beacons" label="Render Beacons">
402 mouse_opaque="true" name="Render Beacons" width="129">
403 <on_click function="View.ToggleBeacon" userdata="renderbeacons" /> 333 <on_click function="View.ToggleBeacon" userdata="renderbeacons" />
404 <on_check function="View.CheckBeaconEnabled" userdata="renderbeacons" /> 334 <on_check function="View.CheckBeaconEnabled" userdata="renderbeacons" />
405 </menu_item_check> 335 </menu_item_check>
406 <menu_item_separator bottom="-159" enabled="true" height="8" label="-----------" left="0" 336 <menu_item_separator />
407 mouse_opaque="true" name="separator2" width="129" /> 337 <menu_item_check name="Hide Particles" label="Hide Particles">
408 <menu_item_check bottom="-167" enabled="true" height="19" label="Hide Particles" left="0"
409 mouse_opaque="true" name="Hide Particles" width="129">
410 <on_click function="View.ToggleRenderType" userdata="hideparticles" /> 338 <on_click function="View.ToggleRenderType" userdata="hideparticles" />
411 <on_check function="View.CheckRenderType" userdata="hideparticles" /> 339 <on_check function="View.CheckRenderType" userdata="hideparticles" />
412 </menu_item_check> 340 </menu_item_check>
413 <menu_item_separator bottom="-186" enabled="true" height="8" label="-----------" left="0" 341 <menu_item_separator />
414 mouse_opaque="true" name="separator3" width="129" /> 342 <menu name="Beacon Width" color="0 0 0 1" create_jump_keys="true"
415 <menu bottom="-205" color="0 0 0 1" create_jump_keys="true" drop_shadow="true" 343 label="Beacon Width" opaque="true" tear_off="true">
416 enabled="true" height="117" label="Beacon Width" left="0" 344 <menu_item_call name="Beacon Width 1" label="1">
417 mouse_opaque="false" name="Beacon Width" opaque="true" tear_off="true"
418 width="129">
419 <menu_item_call bottom="-19" enabled="true" height="19" label="1" left="0" mouse_opaque="true"
420 name="Beacon Width 1" width="188">
421 <on_click function="View.BeaconWidth" userdata="1" /> 345 <on_click function="View.BeaconWidth" userdata="1" />
422 </menu_item_call> 346 </menu_item_call>
423 <menu_item_call bottom="-19" enabled="true" height="19" label="4" left="0" mouse_opaque="true" 347 <menu_item_call name="Beacon Width 4" label="4">
424 name="Beacon Width 4" width="188">
425 <on_click function="View.BeaconWidth" userdata="4" /> 348 <on_click function="View.BeaconWidth" userdata="4" />
426 </menu_item_call> 349 </menu_item_call>
427 <menu_item_call bottom="-19" enabled="true" height="19" label="16" left="0" mouse_opaque="true" 350 <menu_item_call name="Beacon Width 16" label="16">
428 name="Beacon Width 16" width="188">
429 <on_click function="View.BeaconWidth" userdata="16" /> 351 <on_click function="View.BeaconWidth" userdata="16" />
430 </menu_item_call> 352 </menu_item_call>
431 <menu_item_call bottom="-19" enabled="true" height="19" label="32" left="0" mouse_opaque="true" 353 <menu_item_call name="Beacon Width 32" label="32">
432 name="Beacon Width 32" width="188">
433 <on_click function="View.BeaconWidth" userdata="32" /> 354 <on_click function="View.BeaconWidth" userdata="32" />
434 </menu_item_call> 355 </menu_item_call>
435 </menu> 356 </menu>
436 </menu> 357 </menu>
437 <menu_item_check bottom="-441" enabled="true" height="19" label="Show HUD Attachments" left="0" 358 <menu_item_check name="Show HUD Attachments" label="Show HUD Attachments"
438 mouse_opaque="true" name="Show HUD Attachments" shortcut="alt|shift|H" 359 shortcut="alt|shift|H">
439 width="211">
440 <on_click function="View.ShowHUDAttachments" userdata="" /> 360 <on_click function="View.ShowHUDAttachments" userdata="" />
441 <on_check function="View.CheckHUDAttachments" /> 361 <on_check function="View.CheckHUDAttachments" />
442 </menu_item_check> 362 </menu_item_check>
443 <menu_item_separator bottom="-449" enabled="true" height="8" label="-----------" left="0" 363 <menu_item_separator />
444 mouse_opaque="true" name="separator5" width="211" /> 364 <menu_item_call name="Zoom In" label="Zoom In" shortcut="control|0">
445 <menu_item_call bottom="-468" enabled="true" height="19" label="Zoom In" left="0"
446 mouse_opaque="true" name="Zoom In" shortcut="control|0" width="211">
447 <on_click function="View.ZoomIn" userdata="" /> 365 <on_click function="View.ZoomIn" userdata="" />
448 </menu_item_call> 366 </menu_item_call>
449 <menu_item_call bottom="-487" enabled="true" height="19" label="Zoom Default" left="0" 367 <menu_item_call name="Zoom Default" label="Zoom Default"
450 mouse_opaque="true" name="Zoom Default" shortcut="control|9" width="211"> 368 shortcut="control|9">
451 <on_click function="View.ZoomDefault" userdata="" /> 369 <on_click function="View.ZoomDefault" userdata="" />
452 </menu_item_call> 370 </menu_item_call>
453 <menu_item_call bottom="-506" enabled="true" height="19" label="Zoom Out" left="0" 371 <menu_item_call name="Zoom Out" label="Zoom Out" shortcut="control|8">
454 mouse_opaque="true" name="Zoom Out" shortcut="control|8" width="211">
455 <on_click function="View.ZoomOut" userdata="" /> 372 <on_click function="View.ZoomOut" userdata="" />
456 </menu_item_call> 373 </menu_item_call>
457 <menu_item_separator bottom="-514" enabled="true" height="8" label="-----------" left="0" 374 <menu_item_separator />
458 mouse_opaque="true" name="separator6" width="211" /> 375 <menu_item_call name="Toggle Fullscreen" label="Toggle Fullscreen"
459 <menu_item_call bottom="-19" enabled="true" height="19" label="Toggle Fullscreen" left="0" 376 shortcut="alt|Enter">
460 mouse_opaque="true" name="Toggle Fullscreen" shortcut="alt|Enter"
461 width="188">
462 <on_click function="View.Fullscreen" userdata="" /> 377 <on_click function="View.Fullscreen" userdata="" />
463 </menu_item_call> 378 </menu_item_call>
464 <menu_item_call bottom="-38" enabled="true" height="19" label="Set UI Size to Default" left="0" 379 <menu_item_call name="Set UI Size to Default" label="Set UI Size to Default">
465 mouse_opaque="true" name="Set UI Size to Default" width="188">
466 <on_click function="View.DefaultUISize" userdata="" /> 380 <on_click function="View.DefaultUISize" userdata="" />
467 </menu_item_call> 381 </menu_item_call>
468 </menu> 382 </menu>
469 <menu bottom="-18" create_jump_keys="true" drop_shadow="true" enabled="true" 383
470 height="339" label="World" left="0" mouse_opaque="false" name="World" 384
471 opaque="true" tear_off="true" width="185"> 385
472 <menu_item_call bottom="-29" enabled="true" height="19" label="Chat" left="0" 386 <!-- WORLD -->
473 mouse_opaque="true" name="Chat" shortcut="" width="185"> 387
388 <menu name="World" create_jump_keys="true" label="World"
389 opaque="true" tear_off="true">
390 <menu_item_call name="Chat" label="Chat" shortcut="">
474 <on_click function="World.Chat" userdata="" /> 391 <on_click function="World.Chat" userdata="" />
475 </menu_item_call> 392 </menu_item_call>
476 <menu_item_check bottom="-67" enabled="true" height="19" label="Always Run" left="0" 393 <menu_item_check name="Always Run" label="Always Run" shortcut="control|R">
477 mouse_opaque="true" name="Always Run" shortcut="control|R" width="185">
478 <on_click function="World.AlwaysRun" userdata="" /> 394 <on_click function="World.AlwaysRun" userdata="" />
479 <on_check function="World.CheckAlwaysRun" userdata="" /> 395 <on_check function="World.CheckAlwaysRun" userdata="" />
480 </menu_item_check> 396 </menu_item_check>
481 <menu_item_check bottom="-86" enabled="true" height="19" label="Fly" left="0" 397 <menu_item_check name="Fly" label="Fly" shortcut="Home">
482 mouse_opaque="true" name="Fly" shortcut="Home" width="185">
483 <on_click function="World.Fly" userdata="" /> 398 <on_click function="World.Fly" userdata="" />
484 <on_enable function="World.EnableFly" /> 399 <on_enable function="World.EnableFly" />
485 <on_check control="FlyBtnState" /> 400 <on_check control="FlyBtnState" />
486 </menu_item_check> 401 </menu_item_check>
487 <menu_item_separator bottom="-94" enabled="true" height="8" label="-----------" left="0" 402 <menu_item_separator />
488 mouse_opaque="true" name="separator" width="185" /> 403 <menu_item_call name="Create Landmark Here" label="Create Landmark Here">
489 <menu_item_call bottom="-113" enabled="true" height="19" label="Create Landmark Here" left="0"
490 mouse_opaque="true" name="Create Landmark Here" width="185">
491 <on_click function="World.CreateLandmark" userdata="" /> 404 <on_click function="World.CreateLandmark" userdata="" />
492 <on_enable function="World.EnableCreateLandmark" userdata="" /> 405 <on_enable function="World.EnableCreateLandmark" userdata="" />
493 </menu_item_call> 406 </menu_item_call>
494 <menu_item_call bottom="-132" enabled="true" height="19" label="Set Home to Here" left="0" 407 <menu_item_call name="Set Home to Here" label="Set Home to Here">
495 mouse_opaque="true" name="Set Home to Here" width="185">
496 <on_click function="World.SetHomeLocation" userdata="" /> 408 <on_click function="World.SetHomeLocation" userdata="" />
497 <on_enable function="World.EnableSetHomeLocation" userdata="" /> 409 <on_enable function="World.EnableSetHomeLocation" userdata="" />
498 </menu_item_call> 410 </menu_item_call>
499 <menu_item_separator bottom="-140" enabled="true" height="8" label="-----------" left="0" 411 <menu_item_separator />
500 mouse_opaque="true" name="separator2" width="185" /> 412 <menu_item_call name="Teleport Home" label="Teleport Home"
501 <menu_item_call bottom="-159" enabled="true" height="19" label="Teleport Home" left="0" 413 shortcut="control|shift|H">
502 mouse_opaque="true" name="Teleport Home" shortcut="control|shift|H"
503 width="185">
504 <on_click function="World.TeleportHome" userdata="" /> 414 <on_click function="World.TeleportHome" userdata="" />
505 <on_enable function="World.EnableTeleportHome" userdata="" /> 415 <on_enable function="World.EnableTeleportHome" userdata="" />
506 </menu_item_call> 416 </menu_item_call>
507 <menu_item_separator bottom="-167" enabled="true" height="8" label="-----------" left="0" 417 <menu_item_separator />
508 mouse_opaque="true" name="separator3" width="185" /> 418 <menu_item_call name="Set Away" label="Set Away">
509 <menu_item_call bottom="-186" enabled="true" height="19" label="Set Away" left="0"
510 mouse_opaque="true" name="Set Away" width="185">
511 <on_click function="World.SetAway" userdata="" /> 419 <on_click function="World.SetAway" userdata="" />
512 </menu_item_call> 420 </menu_item_call>
513 <menu_item_call bottom="-205" enabled="true" height="19" label="Set Busy" left="0" 421 <menu_item_call name="Set Busy" label="Set Busy">
514 mouse_opaque="true" name="Set Busy" width="185">
515 <on_click function="World.SetBusy" userdata="" /> 422 <on_click function="World.SetBusy" userdata="" />
516 </menu_item_call> 423 </menu_item_call>
517 <menu_item_call bottom="-281" enabled="false" height="19" label="Stop All Animations" left="0" 424 <menu_item_call name="Stop All Animations" enabled="false"
518 mouse_opaque="true" name="Stop All Animations" width="250"> 425 label="Stop All Animations">
519 <on_click function="Tools.StopAllAnimations" userdata="" /> 426 <on_click function="Tools.StopAllAnimations" userdata="" />
520 </menu_item_call> 427 </menu_item_call>
521 <menu_item_separator bottom="-213" enabled="true" height="8" label="-----------" left="0" 428 <menu_item_separator />
522 mouse_opaque="true" name="separator4" width="185" /> 429 <menu_item_call name="Account History..." label="Account History...">
523 <menu_item_call bottom="-232" enabled="true" height="19" label="Account History..." left="0"
524 mouse_opaque="true" name="Account History..." width="185">
525 <on_click function="PromptShowURL" 430 <on_click function="PromptShowURL"
526 userdata="WebLaunchAccountHistory,http://secondlife.com/account/transactions.php" /> 431 userdata="WebLaunchAccountHistory,http://secondlife.com/account/transactions.php" />
527 </menu_item_call> 432 </menu_item_call>
528 <menu_item_call bottom="-267" enabled="true" height="19" label="Manage My Account..." left="0" 433 <menu_item_call name="Manage My Account..." label="Manage My Account...">
529 mouse_opaque="true" name="Manage My Account..." width="166">
530 <on_click function="PromptShowURL" 434 <on_click function="PromptShowURL"
531 userdata="WebLaunchJoinNow,http://secondlife.com/account/" /> 435 userdata="WebLaunchJoinNow,http://secondlife.com/account/" />
532 </menu_item_call> 436 </menu_item_call>
533 <menu_item_call bottom="-286" enabled="true" height="19" label="Buy L$..." left="0" 437 <menu_item_call name="Buy and Sell L$..." label="Buy L$...">
534 mouse_opaque="true" name="Buy and Sell L$..." width="166">
535 <on_click function="ShowFloater" userdata="buy currency" /> 438 <on_click function="ShowFloater" userdata="buy currency" />
536 </menu_item_call> 439 </menu_item_call>
537 <menu_item_separator bottom="-213" enabled="true" height="8" label="-----------" left="0" 440 <menu_item_separator />
538 mouse_opaque="true" name="separator5" width="185" /> 441 <menu_item_call name="My Land..." label="My Land...">
539 <menu_item_call bottom="-251" enabled="true" height="19" label="My Land..." left="0"
540 mouse_opaque="true" name="My Land..." width="185">
541 <on_click function="ShowFloater" userdata="my land" /> 442 <on_click function="ShowFloater" userdata="my land" />
542 </menu_item_call> 443 </menu_item_call>
543 <menu_item_call bottom="-270" enabled="true" height="19" label="About Land..." left="0" 444 <menu_item_call name="About Land..." label="About Land...">
544 mouse_opaque="true" name="About Land..." width="185">
545 <on_click function="ShowFloater" userdata="about land" /> 445 <on_click function="ShowFloater" userdata="about land" />
546 </menu_item_call> 446 </menu_item_call>
547 <menu_item_call bottom="-289" enabled="true" height="19" label="Buy Land..." left="0" 447 <menu_item_call name="Buy Land..." label="Buy Land...">
548 mouse_opaque="true" name="Buy Land..." width="185">
549 <on_click function="ShowFloater" userdata="buy land" /> 448 <on_click function="ShowFloater" userdata="buy land" />
550 <on_enable function="World.EnableBuyLand" /> 449 <on_enable function="World.EnableBuyLand" />
551 </menu_item_call> 450 </menu_item_call>
552 <menu_item_call bottom="-308" enabled="true" height="19" label="Region/Estate..." left="0" 451 <menu_item_call name="Region/Estate..." label="Region/Estate...">
553 mouse_opaque="true" name="Region/Estate..." width="185">
554 <on_click function="ShowFloater" userdata="about region" /> 452 <on_click function="ShowFloater" userdata="about region" />
555 </menu_item_call> 453 </menu_item_call>
556 <menu_item_separator bottom="-316" enabled="true" height="8" label="-----------" left="0" 454 <menu_item_separator />
557 mouse_opaque="true" name="separator6" width="185" /> 455 <menu name="Environment Settings" create_jump_keys="true"
558 <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true" 456 label="Environment Settings" opaque="true" tear_off="true">
559 height="117" label="Environment Settings" left="0" mouse_opaque="false" 457 <menu_item_call name="Sunrise" label="Sunrise">
560 name="Environment Settings" opaque="true" tear_off="true" width="169">
561 <menu_item_call bottom="-29" enabled="true" height="19" label="Sunrise" left="0"
562 mouse_opaque="true" name="Sunrise" width="169">
563 <on_click function="World.EnvSettings" userdata="sunrise" /> 458 <on_click function="World.EnvSettings" userdata="sunrise" />
564 </menu_item_call> 459 </menu_item_call>
565 <menu_item_call bottom="-48" enabled="true" height="19" label="Midday" left="0" 460 <menu_item_call name="Noon" label="Midday" shortcut="control|shift|Y">
566 mouse_opaque="true" name="Noon" shortcut="control|shift|Y" width="169">
567 <on_click function="World.EnvSettings" userdata="noon" /> 461 <on_click function="World.EnvSettings" userdata="noon" />
568 </menu_item_call> 462 </menu_item_call>
569 <menu_item_call bottom="-67" enabled="true" height="19" label="Sunset" left="0" 463 <menu_item_call name="Sunset" label="Sunset" shortcut="control|shift|N">
570 mouse_opaque="true" name="Sunset" shortcut="control|shift|N" width="169">
571 <on_click function="World.EnvSettings" userdata="sunset" /> 464 <on_click function="World.EnvSettings" userdata="sunset" />
572 </menu_item_call> 465 </menu_item_call>
573 <menu_item_call bottom="-86" enabled="true" height="19" label="Midnight" left="0" 466 <menu_item_call name="Midnight" label="Midnight">
574 mouse_opaque="true" name="Midnight" width="169">
575 <on_click function="World.EnvSettings" userdata="midnight" /> 467 <on_click function="World.EnvSettings" userdata="midnight" />
576 </menu_item_call> 468 </menu_item_call>
577 <menu_item_call bottom="-105" enabled="false" height="19" label="Revert to Region Default" 469 <menu_item_call name="Revert to Region Default" enabled="false"
578 left="0" mouse_opaque="true" name="Revert to Region Default" width="169"> 470 label="Revert to Region Default">
579 <on_click function="World.EnvSettings" userdata="default" /> 471 <on_click function="World.EnvSettings" userdata="default" />
580 </menu_item_call> 472 </menu_item_call>
581 <menu_item_separator bottom="-113" enabled="true" height="8" label="-----------" left="0" 473 <menu_item_separator />
582 mouse_opaque="true" name="separator" width="169" /> 474 <menu_item_call name="Environment Editor" enabled="false"
583 <menu_item_call bottom="-132" enabled="false" height="19" label="Environment Editor" left="0" 475 label="Environment Editor">
584 mouse_opaque="true" name="Environment Editor" width="169">
585 <on_click function="World.EnvSettings" userdata="editor" /> 476 <on_click function="World.EnvSettings" userdata="editor" />
586 </menu_item_call> 477 </menu_item_call>
587 </menu> 478 </menu>
588 </menu> 479 </menu>
589 <menu bottom="-18" create_jump_keys="true" drop_shadow="true" enabled="true" 480
590 height="510" label="Tools" left="0" mouse_opaque="false" name="Tools" 481
591 opaque="true" tear_off="true" visible="false" width="250"> 482
592 <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true" 483 <!-- TOOLS -->
593 height="109" label="Select Tool" left="0" mouse_opaque="false" 484
594 name="Select Tool" opaque="true" tear_off="true" width="118"> 485 <menu name="Tools" create_jump_keys="true" label="Tools"
595 <menu_item_call bottom="-29" enabled="true" height="19" label="Focus" left="0" 486 opaque="true" tear_off="true" visible="false">
596 mouse_opaque="true" name="Focus" shortcut="control|1" width="118"> 487 <menu name="Select Tool" create_jump_keys="true" label="Select Tool"
488 opaque="true" tear_off="true">
489 <menu_item_call name="Focus" label="Focus" shortcut="control|1">
597 <on_click function="Tools.SelectTool" userdata="focus" /> 490 <on_click function="Tools.SelectTool" userdata="focus" />
598 </menu_item_call> 491 </menu_item_call>
599 <menu_item_call bottom="-48" enabled="true" height="19" label="Move" left="0" 492 <menu_item_call name="Move" label="Move" shortcut="control|2">
600 mouse_opaque="true" name="Move" shortcut="control|2" width="118">
601 <on_click function="Tools.SelectTool" userdata="move" /> 493 <on_click function="Tools.SelectTool" userdata="move" />
602 </menu_item_call> 494 </menu_item_call>
603 <menu_item_call bottom="-67" enabled="true" height="19" label="Edit" left="0" 495 <menu_item_call name="Edit" label="Edit" shortcut="control|3">
604 mouse_opaque="true" name="Edit" shortcut="control|3" width="118">
605 <on_click function="Tools.SelectTool" userdata="edit" /> 496 <on_click function="Tools.SelectTool" userdata="edit" />
606 </menu_item_call> 497 </menu_item_call>
607 <menu_item_call bottom="-86" enabled="true" height="19" label="Create" left="0" 498 <menu_item_call name="Create" label="Create" shortcut="control|4">
608 mouse_opaque="true" name="Create" shortcut="control|4" width="118">
609 <on_click function="Tools.SelectTool" userdata="create" /> 499 <on_click function="Tools.SelectTool" userdata="create" />
610 </menu_item_call> 500 </menu_item_call>
611 <menu_item_call bottom="-105" enabled="true" height="19" label="Land" left="0" 501 <menu_item_call name="Land" label="Land" shortcut="control|5">
612 mouse_opaque="true" name="Land" shortcut="control|5" width="118">
613 <on_click function="Tools.SelectTool" userdata="land" /> 502 <on_click function="Tools.SelectTool" userdata="land" />
614 </menu_item_call> 503 </menu_item_call>
615 </menu> 504 </menu>
616 <menu_item_separator bottom="-37" enabled="true" height="8" label="-----------" left="0" 505 <menu_item_separator />
617 mouse_opaque="true" name="separator" width="250" /> 506 <menu_item_check name="Select Only My Objects"
618 <menu_item_check bottom="-56" enabled="true" height="19" label="Select Only My Objects" left="0" 507 label="Select Only My Objects">
619 mouse_opaque="true" name="Select Only My Objects" width="250">
620 <on_click function="Tools.SelectOnlyMyObjects" userdata="agents" /> 508 <on_click function="Tools.SelectOnlyMyObjects" userdata="agents" />
621 <on_check control="SelectOwnedOnly" /> 509 <on_check control="SelectOwnedOnly" />
622 </menu_item_check> 510 </menu_item_check>
623 <menu_item_check bottom="-75" enabled="true" height="19" label="Select Only Movable Objects" 511 <menu_item_check name="Select Only Movable Objects"
624 left="0" mouse_opaque="true" name="Select Only Movable Objects" width="250"> 512 label="Select Only Movable Objects">
625 <on_click function="Tools.SelectOnlyMovableObjects" userdata="movable" /> 513 <on_click function="Tools.SelectOnlyMovableObjects" userdata="movable" />
626 <on_check control="SelectMovableOnly" /> 514 <on_check control="SelectMovableOnly" />
627 </menu_item_check> 515 </menu_item_check>
628 <menu_item_check bottom="-94" enabled="true" height="19" label="Select By Surrounding" left="0" 516 <menu_item_check name="Select By Surrounding" label="Select By Surrounding">
629 mouse_opaque="true" name="Select By Surrounding" width="250">
630 <on_click function="Tools.SelectBySurrounding" userdata="" /> 517 <on_click function="Tools.SelectBySurrounding" userdata="" />
631 <on_check control="RectangleSelectInclusive" /> 518 <on_check control="RectangleSelectInclusive" />
632 </menu_item_check> 519 </menu_item_check>
633 <menu_item_check bottom="-113" enabled="true" height="19" label="Show Hidden Selection" left="0" 520 <menu_item_check name="Show Hidden Selection" label="Show Hidden Selection">
634 mouse_opaque="true" name="Show Hidden Selection" width="250">
635 <on_click function="Tools.ShowHiddenSelection" userdata="" /> 521 <on_click function="Tools.ShowHiddenSelection" userdata="" />
636 <on_check control="RenderHiddenSelections" /> 522 <on_check control="RenderHiddenSelections" />
637 </menu_item_check> 523 </menu_item_check>
638 <menu_item_check bottom="-132" enabled="true" height="19" 524 <menu_item_check name="Show Light Radius for Selection"
639 label="Show Light Radius for Selection" left="0" mouse_opaque="true" 525 label="Show Light Radius for Selection">
640 name="Show Light Radius for Selection" width="250">
641 <on_click function="Tools.ShowSelectionLightRadius" userdata="" /> 526 <on_click function="Tools.ShowSelectionLightRadius" userdata="" />
642 <on_check control="RenderLightRadius" /> 527 <on_check control="RenderLightRadius" />
643 </menu_item_check> 528 </menu_item_check>
644 <menu_item_check bottom="-151" enabled="true" height="19" label="Show Selection Beam" left="0" 529 <menu_item_check name="Show Selection Beam" label="Show Selection Beam">
645 mouse_opaque="true" name="Show Selection Beam" width="250">
646 <on_click function="ToggleControl" userdata="ShowSelectionBeam" /> 530 <on_click function="ToggleControl" userdata="ShowSelectionBeam" />
647 <on_check control="ShowSelectionBeam" /> 531 <on_check control="ShowSelectionBeam" />
648 </menu_item_check> 532 </menu_item_check>
649 <menu_item_separator bottom="-159" enabled="true" height="8" label="-----------" left="0" 533 <menu_item_separator />
650 mouse_opaque="true" name="separator2" width="250" /> 534 <menu_item_check name="Snap to Grid" enabled="false" label="Snap to Grid"
651 <menu_item_check bottom="-178" enabled="false" height="19" label="Snap to Grid" left="0" 535 shortcut="G">
652 mouse_opaque="true" name="Snap to Grid" shortcut="G" width="250">
653 <on_click function="ToggleControl" userdata="SnapEnabled" /> 536 <on_click function="ToggleControl" userdata="SnapEnabled" />
654 <on_check control="SnapEnabled" /> 537 <on_check control="SnapEnabled" />
655 <on_enable function="Tools.EnableToolNotPie" /> 538 <on_enable function="Tools.EnableToolNotPie" />
656 </menu_item_check> 539 </menu_item_check>
657 <menu_item_call bottom="-197" enabled="false" height="19" label="Snap Object XY to Grid" 540 <menu_item_call name="Snap Object XY to Grid" enabled="false"
658 left="0" mouse_opaque="true" name="Snap Object XY to Grid" 541 label="Snap Object XY to Grid" shortcut="shift|X">
659 shortcut="shift|X" width="250">
660 <on_click function="Tools.SnapObjectXY" userdata="" /> 542 <on_click function="Tools.SnapObjectXY" userdata="" />
661 <on_enable function="Tools.EnableToolNotPie" /> 543 <on_enable function="Tools.EnableToolNotPie" />
662 </menu_item_call> 544 </menu_item_call>
663 <menu_item_call bottom="-216" enabled="false" height="19" label="Use Selection for Grid" 545 <menu_item_call name="Use Selection for Grid" enabled="false"
664 left="0" mouse_opaque="true" name="Use Selection for Grid" 546 label="Use Selection for Grid" shortcut="shift|G">
665 shortcut="shift|G" width="250">
666 <on_click function="Tools.UseSelectionForGrid" userdata="" /> 547 <on_click function="Tools.UseSelectionForGrid" userdata="" />
667 <on_enable function="SomethingSelected" /> 548 <on_enable function="SomethingSelected" />
668 </menu_item_call> 549 </menu_item_call>
669 <menu_item_call bottom="-235" enabled="false" height="19" label="Grid Options..." left="0" 550 <menu_item_call name="Grid Options..." enabled="false"
670 mouse_opaque="true" name="Grid Options..." shortcut="control|shift|B" 551 label="Grid Options..." shortcut="control|shift|B">
671 width="250">
672 <on_click function="ShowFloater" userdata="grid options" /> 552 <on_click function="ShowFloater" userdata="grid options" />
673 <on_enable function="Tools.EnableToolNotPie" /> 553 <on_enable function="Tools.EnableToolNotPie" />
674 </menu_item_call> 554 </menu_item_call>
675 <menu_item_separator bottom="-243" enabled="true" height="8" label="-----------" left="0" 555 <menu_item_separator />
676 mouse_opaque="true" name="separator3" width="250" /> 556 <menu_item_check name="Edit Linked Parts" enabled="false"
677 <menu_item_check bottom="" enabled="false" height="" label="Edit Linked Parts" left="" 557 label="Edit Linked Parts" shortcut="">
678 mouse_opaque="true" name="Edit Linked Parts" shortcut="" width="">
679 <on_click function="ToggleControl" userdata="EditLinkedParts" /> 558 <on_click function="ToggleControl" userdata="EditLinkedParts" />
680 <on_click function="Tools.EditLinkedParts" userdata="" /> 559 <on_click function="Tools.EditLinkedParts" userdata="" />
681 <on_check control="EditLinkedParts" /> 560 <on_check control="EditLinkedParts" />
682 <on_enable function="Tools.EnableToolNotPie" /> 561 <on_enable function="Tools.EnableToolNotPie" />
683 </menu_item_check> 562 </menu_item_check>
684 <menu_item_call bottom="-262" enabled="false" height="19" label="Link" left="0" 563 <menu_item_call name="Link" enabled="false" label="Link"
685 mouse_opaque="true" name="Link" shortcut="control|L" width="250"> 564 shortcut="control|L">
686 <on_click function="Tools.Link" userdata="" /> 565 <on_click function="Tools.Link" userdata="" />
687 <on_enable function="Tools.EnableLink" /> 566 <on_enable function="Tools.EnableLink" />
688 </menu_item_call> 567 </menu_item_call>
689 <menu_item_call bottom="-281" enabled="false" height="19" label="Unlink" left="0" 568 <menu_item_call name="Unlink" enabled="false" label="Unlink"
690 mouse_opaque="true" name="Unlink" shortcut="control|shift|L" width="250"> 569 shortcut="control|shift|L">
691 <on_click function="Tools.Unlink" userdata="" /> 570 <on_click function="Tools.Unlink" userdata="" />
692 <on_enable function="Tools.EnableUnlink" /> 571 <on_enable function="Tools.EnableUnlink" />
693 </menu_item_call> 572 </menu_item_call>
694 <menu_item_separator bottom="-289" enabled="true" height="8" label="-----------" left="0" 573 <menu_item_separator />
695 mouse_opaque="true" name="separator4" width="250" /> 574 <menu_item_call name="Focus on Selection" enabled="false"
696 <menu_item_call bottom="-308" enabled="false" height="19" label="Focus on Selection" left="0" 575 label="Focus on Selection" shortcut="H">
697 mouse_opaque="true" name="Focus on Selection" shortcut="H" width="250">
698 <on_click function="Tools.LookAtSelection" userdata="focus" /> 576 <on_click function="Tools.LookAtSelection" userdata="focus" />
699 <on_enable function="Tools.SomethingSelectedNoHUD" /> 577 <on_enable function="Tools.SomethingSelectedNoHUD" />
700 </menu_item_call> 578 </menu_item_call>
701 <menu_item_call bottom="-327" enabled="false" height="19" label="Zoom to Selection" left="0" 579 <menu_item_call name="Zoom to Selection" enabled="false"
702 mouse_opaque="true" name="Zoom to Selection" shortcut="shift|H" width="250"> 580 label="Zoom to Selection" shortcut="shift|H">
703 <on_click function="Tools.LookAtSelection" userdata="zoom" /> 581 <on_click function="Tools.LookAtSelection" userdata="zoom" />
704 <on_enable function="Tools.SomethingSelectedNoHUD" /> 582 <on_enable function="Tools.SomethingSelectedNoHUD" />
705 </menu_item_call> 583 </menu_item_call>
706 <menu_item_call bottom="-346" enabled="false" height="19" label="Buy Object" left="0" 584 <menu_item_call name="Menu Object Take" enabled="false" label="Buy Object"
707 mouse_opaque="true" name="Menu Object Take" visible="false" width="250"> 585 visible="false">
708 <on_click function="Tools.BuyOrTake" userdata="" /> 586 <on_click function="Tools.BuyOrTake" userdata="" />
709 <on_enable function="Tools.EnableBuyOrTake" userdata="Buy,Take" /> 587 <on_enable function="Tools.EnableBuyOrTake" userdata="Buy,Take" />
710 </menu_item_call> 588 </menu_item_call>
711 <menu_item_call bottom="-365" enabled="false" height="19" label="Take Copy" left="0" 589 <menu_item_call name="Take Copy" enabled="false" label="Take Copy">
712 mouse_opaque="true" name="Take Copy" width="250">
713 <on_click function="Tools.TakeCopy" userdata="" /> 590 <on_click function="Tools.TakeCopy" userdata="" />
714 <on_enable function="Tools.EnableTakeCopy" /> 591 <on_enable function="Tools.EnableTakeCopy" />
715 </menu_item_call> 592 </menu_item_call>
716 <menu_item_call bottom="-384" enabled="false" height="19" 593 <menu_item_call name="Save Object Back to My Inventory" enabled="false"
717 label="Save Object Back to My Inventory" left="0" mouse_opaque="true" 594 label="Save Object Back to My Inventory">
718 name="Save Object Back to My Inventory" width="250">
719 <on_click function="Tools.SaveToInventory" userdata="" /> 595 <on_click function="Tools.SaveToInventory" userdata="" />
720 <on_enable function="Tools.EnableSaveToInventory" /> 596 <on_enable function="Tools.EnableSaveToInventory" />
721 </menu_item_call> 597 </menu_item_call>
722 <menu_item_call bottom="-403" enabled="false" height="19" 598 <menu_item_call name="Save Object Back to Object Contents" enabled="false"
723 label="Save Object Back to Object Contents" left="0" mouse_opaque="true" 599 label="Save Object Back to Object Contents">
724 name="Save Object Back to Object Contents" width="250">
725 <on_click function="Tools.SaveToObjectInventory" userdata="" /> 600 <on_click function="Tools.SaveToObjectInventory" userdata="" />
726 <on_enable function="Tools.EnableSaveToObjectInventory" /> 601 <on_enable function="Tools.EnableSaveToObjectInventory" />
727 </menu_item_call> 602 </menu_item_call>
728 <menu_item_separator bottom="-411" enabled="true" height="8" label="-----------" left="0" 603 <menu_item_separator />
729 mouse_opaque="true" name="separator6" width="250" /> 604 <menu_item_call name="Show Script Warning/Error Window"
730 <menu_item_call bottom="-430" enabled="true" height="19" 605 label="Show Script Warning/Error Window">
731 label="Show Script Warning/Error Window" left="0" mouse_opaque="true"
732 name="Show Script Warning/Error Window" width="250">
733 <on_click function="ShowFloater" userdata="script errors" /> 606 <on_click function="ShowFloater" userdata="script errors" />
734 </menu_item_call> 607 </menu_item_call>
735 <menu_item_call bottom="-449" enabled="false" height="19" 608 <menu_item_call name="Recompile Scripts in Selection" enabled="false"
736 label="Recompile Scripts in Selection" left="0" mouse_opaque="true" 609 label="Recompile Scripts in Selection">
737 name="Recompile Scripts in Selection" width="250">
738 <on_click function="Tools.SelectedScriptAction" userdata="compile" /> 610 <on_click function="Tools.SelectedScriptAction" userdata="compile" />
739 <on_enable function="EditableSelected" /> 611 <on_enable function="EditableSelected" />
740 </menu_item_call> 612 </menu_item_call>
741 <menu_item_call bottom="-468" enabled="false" height="19" label="Reset Scripts in Selection" 613 <menu_item_call name="Reset Scripts in Selection" enabled="false"
742 left="0" mouse_opaque="true" name="Reset Scripts in Selection" width="250"> 614 label="Reset Scripts in Selection">
743 <on_click function="Tools.SelectedScriptAction" userdata="reset" /> 615 <on_click function="Tools.SelectedScriptAction" userdata="reset" />
744 <on_enable function="EditableSelected" /> 616 <on_enable function="EditableSelected" />
745 </menu_item_call> 617 </menu_item_call>
746 <menu_item_call bottom="-487" enabled="false" height="19" 618 <menu_item_call name="Set Scripts to Running in Selection" enabled="false"
747 label="Set Scripts to Running in Selection" left="0" mouse_opaque="true" 619 label="Set Scripts to Running in Selection">
748 name="Set Scripts to Running in Selection" width="250">
749 <on_click function="Tools.SelectedScriptAction" userdata="start" /> 620 <on_click function="Tools.SelectedScriptAction" userdata="start" />
750 <on_enable function="EditableSelected" /> 621 <on_enable function="EditableSelected" />
751 </menu_item_call> 622 </menu_item_call>
752 <menu_item_call bottom="-506" enabled="false" height="19" 623 <menu_item_call name="Set Scripts to Not Running in Selection"
753 label="Set Scripts to Not Running in Selection" left="0" 624 enabled="false" label="Set Scripts to Not Running in Selection">
754 mouse_opaque="true" name="Set Scripts to Not Running in Selection"
755 width="250">
756 <on_click function="Tools.SelectedScriptAction" userdata="stop" /> 625 <on_click function="Tools.SelectedScriptAction" userdata="stop" />
757 <on_enable function="EditableSelected" /> 626 <on_enable function="EditableSelected" />
758 </menu_item_call> 627 </menu_item_call>
759 </menu> 628 </menu>
760 <menu bottom="219" create_jump_keys="true" drop_shadow="true" enabled="true" 629
761 height="317" label="Help" left="227" mouse_opaque="false" name="Help" 630
762 opaque="true" tear_off="true" width="166"> 631
763 <menu_item_call bottom="-29" enabled="true" height="19" label="Second Life Help" left="0" 632 <!-- HELP -->
764 mouse_opaque="true" name="Second Life Help" shortcut="F1" width="166"> 633
634 <menu create_jump_keys="true" label="Help" name="Help"
635 opaque="true" tear_off="true">
636 <menu_item_call name="Second Life Help" label="Second Life Help"
637 shortcut="F1">
765 <on_click function="ShowFloater" userdata="help f1" /> 638 <on_click function="ShowFloater" userdata="help f1" />
766 </menu_item_call> 639 </menu_item_call>
767 <menu_item_call bottom="-48" enabled="true" height="19" label="Tutorial" left="0" 640 <menu_item_call name="Tutorial" label="Tutorial">
768 mouse_opaque="true" name="Tutorial" width="166">
769 <on_click function="ShowFloater" userdata="help tutorial" /> 641 <on_click function="ShowFloater" userdata="help tutorial" />
770 </menu_item_call> 642 </menu_item_call>
771 <menu_item_separator bottom="-75" enabled="true" height="8" label="-----------" left="0" 643 <menu_item_separator />
772 mouse_opaque="true" name="separator" width="166" /> 644 <menu_item_call name="Official Linden Blog..."
773 <menu_item_call bottom="-94" enabled="true" height="19" label="Official Linden Blog..." 645 label="Official Linden Blog...">
774 left="0" mouse_opaque="true" name="Official Linden Blog..." width="166">
775 <on_click function="PromptShowURL" 646 <on_click function="PromptShowURL"
776 userdata="WebLaunchSupportWiki,http://blog.secondlife.com/" /> 647 userdata="WebLaunchSupportWiki,http://blog.secondlife.com/" />
777 </menu_item_call> 648 </menu_item_call>
778 <menu_item_separator bottom="-102" enabled="true" height="8" label="-----------" left="0" 649 <menu_item_separator />
779 mouse_opaque="true" name="separator2" width="166" /> 650 <menu_item_call name="Scripting Guide..." label="Scripting Guide...">
780 <menu_item_call bottom="-121" enabled="true" height="19" label="Scripting Guide..." left="0"
781 mouse_opaque="true" name="Scripting Guide..." width="166">
782 <on_click function="PromptShowFile" userdata="WebLaunchLSLGuide,lsl_guide.html" /> 651 <on_click function="PromptShowFile" userdata="WebLaunchLSLGuide,lsl_guide.html" />
783 </menu_item_call> 652 </menu_item_call>
784 <menu_item_call bottom="-140" enabled="true" height="19" label="Scripting Portal..." left="0" 653 <menu_item_call name="Scripting Portal..." label="Scripting Portal...">
785 mouse_opaque="true" name="Scripting Portal..." width="166">
786 <on_click function="PromptShowURL" 654 <on_click function="PromptShowURL"
787 userdata="WebLaunchLSLWiki,http://wiki.secondlife.com/wiki/LSL_Portal" /> 655 userdata="WebLaunchLSLWiki,http://wiki.secondlife.com/wiki/LSL_Portal" />
788 </menu_item_call> 656 </menu_item_call>
789 <menu_item_separator bottom="-148" enabled="true" height="8" label="-----------" left="0" 657 <menu_item_separator />
790 mouse_opaque="true" name="separator3" width="166" /> 658 <menu_item_call name="Report Abuse..." label="Report Abuse...">
791 <menu_item_call bottom="-194" enabled="true" height="19" label="Report Abuse..." left="0"
792 mouse_opaque="true" name="Report Abuse..." width="166">
793 <on_click function="ShowFloater" userdata="complaint reporter" /> 659 <on_click function="ShowFloater" userdata="complaint reporter" />
794 </menu_item_call> 660 </menu_item_call>
795 <menu_item_call bottom="-213" enabled="true" height="19" label="Bumps, Pushes &amp; Hits..." 661 <menu_item_call name="Bumps, Pushes &amp;amp; Hits..."
796 left="0" mouse_opaque="true" name="Bumps, Pushes &amp;amp; Hits..." 662 label="Bumps, Pushes &amp; Hits...">
797 width="166">
798 <on_click function="ShowFloater" userdata="mean events" /> 663 <on_click function="ShowFloater" userdata="mean events" />
799 </menu_item_call> 664 </menu_item_call>
800 <menu_item_call label="Lag Meter" name="Lag Meter"> 665 <menu_item_call name="Lag Meter" label="Lag Meter">
801 <on_click function="ShowFloater" userdata="lag meter" /> 666 <on_click function="ShowFloater" userdata="lag meter" />
802 </menu_item_call> 667 </menu_item_call>
803 <menu_item_separator bottom="-411" enabled="true" height="8" label="-----------" left="0" 668 <menu_item_separator />
804 mouse_opaque="true" name="separator7" width="250" /> 669 <menu name="Bug Reporting" create_jump_keys="true" label="Bug Reporting"
805 <menu bottom="-554" create_jump_keys="true" drop_shadow="true" enabled="true" 670 opaque="true" tear_off="true">
806 height="109" label="Bug Reporting" left="0" mouse_opaque="false" 671 <menu_item_call name="Public Issue Tracker..."
807 name="Bug Reporting" opaque="true" tear_off="true" width="118"> 672 label="Public Issue Tracker...">
808 <menu_item_call bottom="-94" enabled="true" height="19" label="Public Issue Tracker..."
809 left="0" mouse_opaque="true" name="Public Issue Tracker..." width="166">
810 <on_click function="PromptShowURL" 673 <on_click function="PromptShowURL"
811 userdata="WebLaunchPublicIssue,http://jira.secondlife.com" /> 674 userdata="WebLaunchPublicIssue,http://jira.secondlife.com" />
812 </menu_item_call> 675 </menu_item_call>
813 <menu_item_call bottom="-94" enabled="true" height="19" label="Public Issue Tracker Help..." 676 <menu_item_call name="Publc Issue Tracker Help..."
814 left="0" mouse_opaque="true" name="Publc Issue Tracker Help..." width="166"> 677 label="Public Issue Tracker Help...">
815 <on_click function="PromptShowURL" 678 <on_click function="PromptShowURL"
816 userdata="WebLaunchPublicIssueHelp,http://wiki.secondlife.com/wiki/Issue_tracker" /> 679 userdata="WebLaunchPublicIssueHelp,http://wiki.secondlife.com/wiki/Issue_tracker" />
817 </menu_item_call> 680 </menu_item_call>
818 <menu_item_separator bottom="-411" enabled="true" height="8" label="-----------" left="0" 681 <menu_item_separator />
819 mouse_opaque="true" name="separator7" width="250" /> 682 <menu_item_call name="Bug Reporing 101..." label="Bug Reporting 101...">
820 <menu_item_call bottom="-94" enabled="true" height="19" label="Bug Reporting 101..." left="0"
821 mouse_opaque="true" name="Bug Reporing 101..." width="166">
822 <on_click function="PromptShowURL" 683 <on_click function="PromptShowURL"
823 userdata="WebLaunchBugReport101,http://wiki.secondlife.com/wiki/Bug_Reporting_101" /> 684 userdata="WebLaunchBugReport101,http://wiki.secondlife.com/wiki/Bug_Reporting_101" />
824 </menu_item_call> 685 </menu_item_call>
825 <menu_item_call bottom="-94" enabled="true" height="19" label="Security Issues..." left="0" 686 <menu_item_call name="Security Issues..." label="Security Issues...">
826 mouse_opaque="true" name="Security Issues..." width="166">
827 <on_click function="PromptShowURL" 687 <on_click function="PromptShowURL"
828 userdata="WebLaunchSecurityIssues,http://wiki.secondlife.com/wiki/Security_issues" /> 688 userdata="WebLaunchSecurityIssues,http://wiki.secondlife.com/wiki/Security_issues" />
829 </menu_item_call> 689 </menu_item_call>
830 <menu_item_call bottom="-94" enabled="true" height="19" label="QA Wiki..." left="0" 690 <menu_item_call name="QA Wiki..." label="QA Wiki...">
831 mouse_opaque="true" name="QA Wiki..." width="166">
832 <on_click function="PromptShowURL" 691 <on_click function="PromptShowURL"
833 userdata="WebLaunchQAWiki,http://wiki.secondlife.com/wiki/QA_Portal" /> 692 userdata="WebLaunchQAWiki,http://wiki.secondlife.com/wiki/QA_Portal" />
834 </menu_item_call> 693 </menu_item_call>
835 <menu_item_separator bottom="-411" enabled="true" height="8" label="-----------" left="0" 694 <menu_item_separator />
836 mouse_opaque="true" name="separator9" width="250" /> 695 <menu_item_call name="Report Bug..." label="Report Bug...">
837 <menu_item_call bottom="-240" enabled="true" height="19" label="Report Bug..." left="0"
838 mouse_opaque="true" name="Report Bug..." width="166">
839 <on_click function="PromptShowURL" 696 <on_click function="PromptShowURL"
840 userdata="WebLaunchPublicIssue,http://jira.secondlife.com" /> 697 userdata="WebLaunchPublicIssue,http://jira.secondlife.com" />
841 </menu_item_call> 698 </menu_item_call>
842 </menu> 699 </menu>
843 <menu_item_separator bottom="-221" enabled="true" height="8" label="-----------" left="0" 700 <menu_item_separator />
844 mouse_opaque="true" name="separator5" width="166" /> 701 <menu_item_call name="Release Notes..." label="Release Notes...">
845 <menu_item_call bottom="-121" enabled="true" height="19" label="Release Notes..." left="0"
846 mouse_opaque="true" name="Release Notes..." width="166">
847 <on_click function="PromptShowFile" userdata="WebLaunchReleaseNotes,releasenotes.txt" /> 702 <on_click function="PromptShowFile" userdata="WebLaunchReleaseNotes,releasenotes.txt" />
848 </menu_item_call> 703 </menu_item_call>
849 <menu_item_separator bottom="-294" enabled="true" height="8" label="-----------" left="0" 704 <menu_item_separator />
850 mouse_opaque="true" name="separator6" width="166" /> 705 <menu_item_call name="About Second Life..." label="About Second Life...">
851 <menu_item_call bottom="-313" enabled="true" height="19" label="About Second Life..." left="0"
852 mouse_opaque="true" name="About Second Life..." width="166">
853 <on_click function="ShowFloater" userdata="about" /> 706 <on_click function="ShowFloater" userdata="about" />
854 </menu_item_call> 707 </menu_item_call>
855 </menu> 708 </menu>
709
710
856</menu_bar> 711</menu_bar>