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