aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml
blob: acdb9639dbf857a95e6070628928daed0a88a3f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>

<menu_bar name="Main Menu" drop_shadow="false" follows="left|top|right"
     opaque="false" tear_off="false">


  <!-- FILE -->

	<menu name="File" create_jump_keys="true" label="File"
	     opaque="true" tear_off="true">
		<menu_item_call name="Upload Image" label="Upload Image (L$[COST])..."
		     shortcut="control|U">
			<on_click function="File.UploadImage" userdata="" />
			<on_enable function="File.EnableUpload" />
		</menu_item_call>
		<menu_item_call name="Upload Sound" label="Upload Sound (L$[COST])...">
			<on_click function="File.UploadSound" userdata="" />
			<on_enable function="File.EnableUpload" />
		</menu_item_call>
		<menu_item_call name="Upload Animation"
		     label="Upload Animation (L$[COST])...">
			<on_click function="File.UploadAnim" userdata="" />
			<on_enable function="File.EnableUpload" />
		</menu_item_call>
		<menu_item_call name="Bulk Upload"
		     label="Bulk Upload (L$[COST] per file)...">
			<on_click function="File.UploadBulk" userdata="" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Close Window" label="Close Window"
		     shortcut="control|W">
			<on_click function="File.CloseWindow" userdata="" />
			<on_enable function="File.EnableCloseWindow" userdata="" />
		</menu_item_call>
		<menu_item_call name="Close All Windows" label="Close All Windows"
		     shortcut="control|shift|W">
			<on_click function="File.CloseAllWindows" userdata="" />
			<on_enable function="File.EnableCloseAllWindows" userdata="" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Save Texture As..." label="Save Texture As...">
			<on_click function="File.SaveTexture" userdata="" />
			<on_enable function="File.EnableSaveAs" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Take Snapshot" label="Take Snapshot"
		     shortcut="control|shift|S">
			<on_click function="File.TakeSnapshot" userdata="" />
		</menu_item_call>
		<menu_item_call name="Snapshot to Disk" label="Snapshot to Disk"
		     shortcut="control|`" useMacCtrl="true">
			<on_click function="File.TakeSnapshotToDisk" userdata="" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Quit" label="Quit" shortcut="control|Q">
			<on_click function="File.Quit" userdata="" />
		</menu_item_call>
	</menu>



  <!-- EDIT -->

	<menu name="Edit" create_jump_keys="true" label="Edit"
	     opaque="true" tear_off="true">
		<menu_item_call name="Undo" enabled="false" label="Undo"
		     shortcut="control|Z">
			<on_click function="Edit.Undo" userdata="" />
			<on_enable function="Edit.EnableUndo" />
		</menu_item_call>
		<menu_item_call name="Redo" enabled="false" label="Redo"
		     shortcut="control|Y">
			<on_click function="Edit.Redo" userdata="" />
			<on_enable function="Edit.EnableRedo" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Cut" enabled="false" label="Cut" shortcut="control|X">
			<on_click function="Edit.Cut" userdata="" />
			<on_enable function="Edit.EnableCut" />
		</menu_item_call>
		<menu_item_call name="Copy" enabled="false" label="Copy"
		     shortcut="control|C">
			<on_click function="Edit.Copy" userdata="" />
			<on_enable function="Edit.EnableCopy" />
		</menu_item_call>
		<menu_item_call name="Paste" enabled="false" label="Paste"
		     shortcut="control|V">
			<on_click function="Edit.Paste" userdata="" />
			<on_enable function="Edit.EnablePaste" />
		</menu_item_call>
		<menu_item_call name="Delete" enabled="false" label="Delete" shortcut="Del">
			<on_click function="Edit.Delete" userdata="" />
			<on_enable function="Edit.EnableDelete" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Search..." label="Search..." shortcut="control|F">
			<on_click function="Edit.Search" userdata="" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Select All" enabled="false" label="Select All"
		     shortcut="control|A">
			<on_click function="Edit.SelectAll" userdata="" />
			<on_enable function="Edit.EnableSelectAll" />
		</menu_item_call>
		<menu_item_call name="Deselect" enabled="false" label="Deselect"
		     shortcut="control|E">
			<on_click function="Edit.Deselect" userdata="" />
			<on_enable function="Edit.EnableDeselect" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Duplicate" enabled="false" label="Duplicate"
		     shortcut="control|D">
			<on_click function="Edit.Duplicate" userdata="" />
			<on_enable function="Edit.EnableDuplicate" />
		</menu_item_call>
		<menu_item_separator />
		<menu name="Attach Object" create_jump_keys="true" label="Attach Object"
		     opaque="true" tear_off="true" />
		<menu name="Detach Object" create_jump_keys="true" label="Detach Object"
		     opaque="true" tear_off="true" />
		<menu name="Take Off Clothing" create_jump_keys="true"
		     label="Take Off Clothing" opaque="true" tear_off="true">
			<menu_item_call name="Shirt" enabled="false" label="Shirt">
				<on_click function="Edit.TakeOff" userdata="shirt" />
				<on_enable function="Edit.EnableTakeOff" userdata="shirt" />
			</menu_item_call>
			<menu_item_call name="Pants" enabled="false" label="Pants">
				<on_click function="Edit.TakeOff" userdata="pants" />
				<on_enable function="Edit.EnableTakeOff" userdata="pants" />
			</menu_item_call>
			<menu_item_call name="Shoes" enabled="false" label="Shoes">
				<on_click function="Edit.TakeOff" userdata="shoes" />
				<on_enable function="Edit.EnableTakeOff" userdata="shoes" />
			</menu_item_call>
			<menu_item_call name="Socks" enabled="false" label="Socks">
				<on_click function="Edit.TakeOff" userdata="socks" />
				<on_enable function="Edit.EnableTakeOff" userdata="socks" />
			</menu_item_call>
			<menu_item_call name="Jacket" enabled="false" label="Jacket">
				<on_click function="Edit.TakeOff" userdata="jacket" />
				<on_enable function="Edit.EnableTakeOff" userdata="jacket" />
			</menu_item_call>
			<menu_item_call name="Gloves" enabled="false" label="Gloves">
				<on_click function="Edit.TakeOff" userdata="gloves" />
				<on_enable function="Edit.EnableTakeOff" userdata="gloves" />
			</menu_item_call>
			<menu_item_call name="Menu Undershirt" enabled="false" label="Undershirt">
				<on_click function="Edit.TakeOff" userdata="undershirt" />
				<on_enable function="Edit.EnableTakeOff" userdata="undershirt" />
			</menu_item_call>
			<menu_item_call name="Menu Underpants" enabled="false" label="Underpants">
				<on_click function="Edit.TakeOff" userdata="underpants" />
				<on_enable function="Edit.EnableTakeOff" userdata="underpants" />
			</menu_item_call>
			<menu_item_call name="Skirt" enabled="false" label="Skirt">
				<on_click function="Edit.TakeOff" userdata="skirt" />
				<on_enable function="Edit.EnableTakeOff" userdata="skirt" />
			</menu_item_call>
			<menu_item_call name="All Clothes" label="All Clothes">
				<on_click function="Edit.TakeOff" userdata="all" />
			</menu_item_call>
		</menu>
		<menu_item_separator />
		<menu_item_call name="Gestures..." label="Gestures..." shortcut="control|G">
			<on_click function="ShowFloater" userdata="gestures" />
		</menu_item_call>
		<menu_item_call name="Profile..." label="Profile...">
			<on_click function="ShowAgentProfile" userdata="agent" />
		</menu_item_call>
		<menu_item_call name="Appearance..." label="Appearance...">
			<on_click function="ShowFloater" userdata="appearance" />
			<on_enable function="Edit.EnableCustomizeAvatar" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_check name="Friends..." label="Friends..."
		     shortcut="control|shift|F">
			<on_click function="ShowFloater" userdata="friends" />
			<on_check function="FloaterVisible" userdata="friends" />
		</menu_item_check>
		<menu_item_call name="Groups..." label="Groups...">
			<on_click function="ShowAgentGroups" userdata="agent" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Preferences..." label="Preferences..."
		     shortcut="control|P">
			<on_click function="ShowFloater" userdata="preferences" />
		</menu_item_call>
	</menu>



  <!-- VIEW -->

	<menu create_jump_keys="true" label="View" name="View"
	     opaque="true" tear_off="true">
		<menu_item_call name="Mouselook" label="Mouselook" shortcut="M">
			<on_click function="View.Mouselook" userdata="" />
			<on_enable function="View.EnableMouselook" />
		</menu_item_call>
		<menu_item_check name="Build" label="Build" shortcut="B">
			<on_click function="View.BuildMode" userdata="" />
			<on_check function="View.CheckBuildMode" />
		</menu_item_check>
		<menu_item_check name="Joystick Flycam" label="Joystick Flycam"
		     shortcut="alt|shift|F">
			<on_click function="View.JoystickFlycam" userdata="" />
			<on_check function="View.CheckJoystickFlycam" />
		</menu_item_check>
		<menu_item_call name="Reset View" label="Reset View" shortcut="Esc">
			<on_click function="View.ResetView" userdata="" />
		</menu_item_call>
		<menu_item_call name="Look at Last Chatter" enabled="false"
		     label="Look at Last Chatter" shortcut="control|\">
			<on_click function="View.LookAtLastChatter" userdata="" />
			<on_enable function="View.EnableLastChatter" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_check name="Toolbar" label="Toolbar">
			<on_click function="ShowFloater" userdata="toolbar" />
			<on_check function="FloaterVisible" userdata="toolbar" />
		</menu_item_check>
		<menu_item_check name="Chat History" label="Local Chat" shortcut="control|H">
			<on_click function="ShowFloater" userdata="chat history" />
			<on_check function="FloaterVisible" userdata="chat history" />
		</menu_item_check>
		<menu_item_check name="Instant Message" label="Communicate"
		     shortcut="control|T">
			<on_click function="ShowFloater" userdata="im" />
			<on_check function="FloaterVisible" userdata="im" />
		</menu_item_check>
		<menu_item_call name="Inventory" label="Inventory" shortcut="control|I">
			<on_click function="ShowFloater" userdata="inventory" />
		</menu_item_call>
		<menu_item_check name="Active Speakers" label="Active Speakers">
			<on_click function="ShowFloater" userdata="active speakers" />
			<on_check function="FloaterVisible" userdata="active speakers" />
		</menu_item_check>
		<menu_item_check name="Mute List" label="Mute List">
			<on_click function="ShowFloater" userdata="mute list" />
			<on_check function="FloaterVisible" userdata="mute list" />
		</menu_item_check>
		<menu_item_separator />
		<menu_item_check name="Camera Controls" label="Camera Controls">
			<on_click function="ShowFloater" userdata="camera controls" />
			<on_check function="FloaterVisible" userdata="camera controls" />
		</menu_item_check>
		<menu_item_check name="Movement Controls" label="Movement Controls">
			<on_click function="ShowFloater" userdata="movement controls" />
			<on_check function="FloaterVisible" userdata="movement controls" />
		</menu_item_check>
		<menu_item_check name="World Map" label="World Map" shortcut="control|M">
			<on_click function="ShowFloater" userdata="world map" />
			<on_check control="ShowWorldMap" />
		</menu_item_check>
		<menu_item_check name="Mini-Map" label="Mini-Map" shortcut="control|shift|M">
			<on_click function="ShowFloater" userdata="mini map" />
			<on_check control="ShowMiniMap" />
		</menu_item_check>
		<menu_item_separator />
		<menu_item_check name="Statistics Bar" label="Statistics Bar"
		     shortcut="control|shift|1">
			<on_click function="ShowFloater" userdata="stat bar" />
			<on_check function="FloaterVisible" userdata="stat bar" />
		</menu_item_check>
		<menu_item_check name="Property Lines" label="Property Lines"
		     shortcut="control|alt|shift|P">
			<on_click function="ToggleControl" userdata="ShowPropertyLines" />
			<on_check control="ShowPropertyLines" />
		</menu_item_check>
		<menu_item_check name="Land Owners" label="Land Owners">
			<on_click function="ToggleControl" userdata="ShowParcelOwners" />
			<on_check control="ShowParcelOwners" />
		</menu_item_check>
		<menu_item_separator />
		<menu name="Hover Tips" create_jump_keys="true" label="Hover Tips"
		     opaque="true" tear_off="true">
			<menu_item_check name="Show Tips" label="Show Tips"
			     shortcut="control|shift|T">
				<on_click function="View.ShowHoverTips" userdata="" />
				<on_check function="View.CheckShowHoverTips" />
			</menu_item_check>
			<menu_item_separator />
			<menu_item_check name="Land Tips" label="Land Tips">
				<on_click function="ToggleControl" userdata="ShowLandHoverTip" />
				<on_enable function="View.CheckShowHoverTips" />
				<on_check control="ShowLandHoverTip" />
			</menu_item_check>
			<menu_item_check name="Tips On All Objects" label="Tips On All Objects">
				<on_click function="ToggleControl" userdata="ShowAllObjectHoverTip" />
				<on_enable function="View.CheckShowHoverTips" />
				<on_check control="ShowAllObjectHoverTip" />
			</menu_item_check>
		</menu>
		<menu_item_check name="Highlight Transparent" label="Highlight Transparent"
		     shortcut="control|alt|T">
			<on_click function="View.HighlightTransparent" userdata="" />
			<on_check function="View.CheckHighlightTransparent" />
		</menu_item_check>
		<menu_item_check name="Beacons Always On" label="Beacons Always On"
		     shortcut="control|N">
			<on_click function="ToggleControl" userdata="BeaconAlwaysOn" />
			<on_check control="BeaconAlwaysOn" />
		</menu_item_check>
		<menu name="Beacons" create_jump_keys="true" label="Beacons"
		     opaque="true" tear_off="true">
			<menu_item_check name="Scripted Objects With Touch Only"
			     label="Scripted Objects with Touch Only">
				<on_click function="View.ToggleBeacon" userdata="scripttouchbeacon" />
				<on_check function="View.CheckBeaconEnabled" userdata="scripttouchbeacon" />
			</menu_item_check>
			<menu_item_check name="Scripted Objects" label="Scripted Objects">
				<on_click function="View.ToggleBeacon" userdata="scriptsbeacon" />
				<on_check function="View.CheckBeaconEnabled" userdata="scriptsbeacon" />
			</menu_item_check>
			<menu_item_check name="Physical Objects" label="Physical Objects">
				<on_click function="View.ToggleBeacon" userdata="physicalbeacon" />
				<on_check function="View.CheckBeaconEnabled" userdata="physicalbeacon" />
			</menu_item_check>
			<menu_item_check name="Sound Sources" label="Sound Sources">
				<on_click function="View.ToggleBeacon" userdata="soundsbeacon" />
				<on_check function="View.CheckBeaconEnabled" userdata="soundsbeacon" />
			</menu_item_check>
			<menu_item_check name="Particle Sources" label="Particle Sources">
				<on_click function="View.ToggleBeacon" userdata="particlesbeacon" />
				<on_check function="View.CheckBeaconEnabled" userdata="particlesbeacon" />
			</menu_item_check>
			<menu_item_separator />
			<menu_item_check name="Render Highlights" label="Render Highlights">
				<on_click function="View.ToggleBeacon" userdata="renderhighlights" />
				<on_check function="View.CheckBeaconEnabled" userdata="renderhighlights" />
			</menu_item_check>
			<menu_item_check name="Render Beacons" label="Render Beacons">
				<on_click function="View.ToggleBeacon" userdata="renderbeacons" />
				<on_check function="View.CheckBeaconEnabled" userdata="renderbeacons" />
			</menu_item_check>
			<menu_item_separator />
			<menu_item_check name="Hide Particles" label="Hide Particles">
				<on_click function="View.ToggleRenderType" userdata="hideparticles" />
				<on_check function="View.CheckRenderType" userdata="hideparticles" />
			</menu_item_check>
			<menu_item_separator />
			<menu name="Beacon Width" color="0 0 0 1" create_jump_keys="true"
			     label="Beacon Width" opaque="true" tear_off="true">
				<menu_item_call name="Beacon Width 1" label="1">
					<on_click function="View.BeaconWidth" userdata="1" />
				</menu_item_call>
				<menu_item_call name="Beacon Width 4" label="4">
					<on_click function="View.BeaconWidth" userdata="4" />
				</menu_item_call>
				<menu_item_call name="Beacon Width 16" label="16">
					<on_click function="View.BeaconWidth" userdata="16" />
				</menu_item_call>
				<menu_item_call name="Beacon Width 32" label="32">
					<on_click function="View.BeaconWidth" userdata="32" />
				</menu_item_call>
			</menu>
		</menu>
		<menu_item_check name="Show HUD Attachments" label="Show HUD Attachments"
		     shortcut="alt|shift|H">
			<on_click function="View.ShowHUDAttachments" userdata="" />
			<on_check function="View.CheckHUDAttachments" />
		</menu_item_check>
		<menu_item_separator />
		<menu_item_call name="Zoom In" label="Zoom In" shortcut="control|0">
			<on_click function="View.ZoomIn" userdata="" />
		</menu_item_call>
		<menu_item_call name="Zoom Default" label="Zoom Default"
		     shortcut="control|9">
			<on_click function="View.ZoomDefault" userdata="" />
		</menu_item_call>
		<menu_item_call name="Zoom Out" label="Zoom Out" shortcut="control|8">
			<on_click function="View.ZoomOut" userdata="" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Toggle Fullscreen" label="Toggle Fullscreen"
		     shortcut="alt|Enter">
			<on_click function="View.Fullscreen" userdata="" />
		</menu_item_call>
		<menu_item_call name="Set UI Size to Default" label="Set UI Size to Default">
			<on_click function="View.DefaultUISize" userdata="" />
		</menu_item_call>
	</menu>



  <!-- WORLD -->

	<menu name="World" create_jump_keys="true" label="World"
	     opaque="true" tear_off="true">
		<menu_item_call name="Chat" label="Chat" shortcut="">
			<on_click function="World.Chat" userdata="" />
		</menu_item_call>
		<menu_item_check name="Always Run" label="Always Run" shortcut="control|R">
			<on_click function="World.AlwaysRun" userdata="" />
			<on_check function="World.CheckAlwaysRun" userdata="" />
		</menu_item_check>
		<menu_item_check name="Fly" label="Fly" shortcut="Home">
			<on_click function="World.Fly" userdata="" />
			<on_enable function="World.EnableFly" />
			<on_check control="FlyBtnState" />
		</menu_item_check>
		<menu_item_separator />
		<menu_item_call name="Create Landmark Here" label="Create Landmark Here">
			<on_click function="World.CreateLandmark" userdata="" />
			<on_enable function="World.EnableCreateLandmark" userdata="" />
		</menu_item_call>
		<menu_item_call name="Set Home to Here" label="Set Home to Here">
			<on_click function="World.SetHomeLocation" userdata="" />
			<on_enable function="World.EnableSetHomeLocation" userdata="" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Teleport Home" label="Teleport Home"
		     shortcut="control|shift|H">
			<on_click function="World.TeleportHome" userdata="" />
			<on_enable function="World.EnableTeleportHome" userdata="" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Set Away" label="Set Away">
			<on_click function="World.SetAway" userdata="" />
		</menu_item_call>
		<menu_item_call name="Set Busy" label="Set Busy">
			<on_click function="World.SetBusy" userdata="" />
		</menu_item_call>
		<menu_item_call name="Stop All Animations" enabled="false"
		     label="Stop All Animations">
			<on_click function="Tools.StopAllAnimations" userdata="" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Account History..." label="Account History...">
			<on_click function="PromptShowURL"
			     userdata="WebLaunchAccountHistory,http://secondlife.com/account/transactions.php" />
		</menu_item_call>
		<menu_item_call name="Manage My Account..." label="Manage My Account...">
			<on_click function="PromptShowURL"
			     userdata="WebLaunchJoinNow,http://secondlife.com/account/" />
		</menu_item_call>
		<menu_item_call name="Buy and Sell L$..." label="Buy L$...">
			<on_click function="ShowFloater" userdata="buy currency" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="My Land..." label="My Land...">
			<on_click function="ShowFloater" userdata="my land" />
		</menu_item_call>
		<menu_item_call name="About Land..." label="About Land...">
			<on_click function="ShowFloater" userdata="about land" />
		</menu_item_call>
		<menu_item_call name="Buy Land..." label="Buy Land...">
			<on_click function="ShowFloater" userdata="buy land" />
			<on_enable function="World.EnableBuyLand" />
		</menu_item_call>
		<menu_item_call name="Region/Estate..." label="Region/Estate...">
			<on_click function="ShowFloater" userdata="about region" />
		</menu_item_call>
		<menu_item_separator />
		<menu name="Environment Settings" create_jump_keys="true"
		     label="Environment Settings" opaque="true" tear_off="true">
			<menu_item_call name="Sunrise" label="Sunrise">
				<on_click function="World.EnvSettings" userdata="sunrise" />
			</menu_item_call>
			<menu_item_call name="Noon" label="Midday" shortcut="control|shift|Y">
				<on_click function="World.EnvSettings" userdata="noon" />
			</menu_item_call>
			<menu_item_call name="Sunset" label="Sunset" shortcut="control|shift|N">
				<on_click function="World.EnvSettings" userdata="sunset" />
			</menu_item_call>
			<menu_item_call name="Midnight" label="Midnight">
				<on_click function="World.EnvSettings" userdata="midnight" />
			</menu_item_call>
			<menu_item_call name="Revert to Region Default" enabled="false"
			     label="Revert to Region Default">
				<on_click function="World.EnvSettings" userdata="default" />
			</menu_item_call>
			<menu_item_separator />
			<menu_item_call name="Environment Editor" enabled="false"
			     label="Environment Editor">
				<on_click function="World.EnvSettings" userdata="editor" />
			</menu_item_call>
		</menu>
	</menu>



  <!-- TOOLS -->

	<menu name="Tools" create_jump_keys="true" label="Tools"
	     opaque="true" tear_off="true" visible="false">
		<menu name="Select Tool" create_jump_keys="true" label="Select Tool"
		     opaque="true" tear_off="true">
			<menu_item_call name="Focus" label="Focus" shortcut="control|1">
				<on_click function="Tools.SelectTool" userdata="focus" />
			</menu_item_call>
			<menu_item_call name="Move" label="Move" shortcut="control|2">
				<on_click function="Tools.SelectTool" userdata="move" />
			</menu_item_call>
			<menu_item_call name="Edit" label="Edit" shortcut="control|3">
				<on_click function="Tools.SelectTool" userdata="edit" />
			</menu_item_call>
			<menu_item_call name="Create" label="Create" shortcut="control|4">
				<on_click function="Tools.SelectTool" userdata="create" />
			</menu_item_call>
			<menu_item_call name="Land" label="Land" shortcut="control|5">
				<on_click function="Tools.SelectTool" userdata="land" />
			</menu_item_call>
		</menu>
		<menu_item_separator />
		<menu_item_check name="Select Only My Objects"
		     label="Select Only My Objects">
			<on_click function="Tools.SelectOnlyMyObjects" userdata="agents" />
			<on_check control="SelectOwnedOnly" />
		</menu_item_check>
		<menu_item_check name="Select Only Movable Objects"
		     label="Select Only Movable Objects">
			<on_click function="Tools.SelectOnlyMovableObjects" userdata="movable" />
			<on_check control="SelectMovableOnly" />
		</menu_item_check>
		<menu_item_check name="Select By Surrounding" label="Select By Surrounding">
			<on_click function="Tools.SelectBySurrounding" userdata="" />
			<on_check control="RectangleSelectInclusive" />
		</menu_item_check>
		<menu_item_check name="Show Hidden Selection" label="Show Hidden Selection">
			<on_click function="Tools.ShowHiddenSelection" userdata="" />
			<on_check control="RenderHiddenSelections" />
		</menu_item_check>
		<menu_item_check name="Show Light Radius for Selection"
		     label="Show Light Radius for Selection">
			<on_click function="Tools.ShowSelectionLightRadius" userdata="" />
			<on_check control="RenderLightRadius" />
		</menu_item_check>
		<menu_item_check name="Show Selection Beam" label="Show Selection Beam">
			<on_click function="ToggleControl" userdata="ShowSelectionBeam" />
			<on_check control="ShowSelectionBeam" />
		</menu_item_check>
		<menu_item_separator />
		<menu_item_check name="Snap to Grid" enabled="false" label="Snap to Grid"
		     shortcut="G">
			<on_click function="ToggleControl" userdata="SnapEnabled" />
			<on_check control="SnapEnabled" />
			<on_enable function="Tools.EnableToolNotPie" />
		</menu_item_check>
		<menu_item_call name="Snap Object XY to Grid" enabled="false"
		     label="Snap Object XY to Grid" shortcut="shift|X">
			<on_click function="Tools.SnapObjectXY" userdata="" />
			<on_enable function="Tools.EnableToolNotPie" />
		</menu_item_call>
		<menu_item_call name="Use Selection for Grid" enabled="false"
		     label="Use Selection for Grid" shortcut="shift|G">
			<on_click function="Tools.UseSelectionForGrid" userdata="" />
			<on_enable function="SomethingSelected" />
		</menu_item_call>
		<menu_item_call name="Grid Options..." enabled="false"
		     label="Grid Options..." shortcut="control|shift|B">
			<on_click function="ShowFloater" userdata="grid options" />
			<on_enable function="Tools.EnableToolNotPie" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_check name="Edit Linked Parts" enabled="false"
		     label="Edit Linked Parts" shortcut="">
			<on_click function="ToggleControl" userdata="EditLinkedParts" />
			<on_click function="Tools.EditLinkedParts" userdata="" />
			<on_check control="EditLinkedParts" />
			<on_enable function="Tools.EnableToolNotPie" />
		</menu_item_check>
		<menu_item_call name="Link" enabled="false" label="Link"
		     shortcut="control|L">
			<on_click function="Tools.Link" userdata="" />
			<on_enable function="Tools.EnableLink" />
		</menu_item_call>
		<menu_item_call name="Unlink" enabled="false" label="Unlink"
		     shortcut="control|shift|L">
			<on_click function="Tools.Unlink" userdata="" />
			<on_enable function="Tools.EnableUnlink" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Focus on Selection" enabled="false"
		     label="Focus on Selection" shortcut="H">
			<on_click function="Tools.LookAtSelection" userdata="focus" />
			<on_enable function="Tools.SomethingSelectedNoHUD" />
		</menu_item_call>
		<menu_item_call name="Zoom to Selection" enabled="false"
		     label="Zoom to Selection" shortcut="shift|H">
			<on_click function="Tools.LookAtSelection" userdata="zoom" />
			<on_enable function="Tools.SomethingSelectedNoHUD" />
		</menu_item_call>
		<menu_item_call name="Menu Object Take" enabled="false" label="Buy Object"
		     visible="false">
			<on_click function="Tools.BuyOrTake" userdata="" />
			<on_enable function="Tools.EnableBuyOrTake" userdata="Buy,Take" />
		</menu_item_call>
		<menu_item_call name="Take Copy" enabled="false" label="Take Copy">
			<on_click function="Tools.TakeCopy" userdata="" />
			<on_enable function="Tools.EnableTakeCopy" />
		</menu_item_call>
		<menu_item_call name="Save Object Back to My Inventory" enabled="false"
		     label="Save Object Back to My Inventory">
			<on_click function="Tools.SaveToInventory" userdata="" />
			<on_enable function="Tools.EnableSaveToInventory" />
		</menu_item_call>
		<menu_item_call name="Save Object Back to Object Contents" enabled="false"
		     label="Save Object Back to Object Contents">
			<on_click function="Tools.SaveToObjectInventory" userdata="" />
			<on_enable function="Tools.EnableSaveToObjectInventory" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Show Script Warning/Error Window"
		     label="Show Script Warning/Error Window">
			<on_click function="ShowFloater" userdata="script errors" />
		</menu_item_call>
		<menu_item_call name="Recompile Scripts in Selection" enabled="false"
		     label="Recompile Scripts in Selection">
			<on_click function="Tools.SelectedScriptAction" userdata="compile" />
			<on_enable function="EditableSelected" />
		</menu_item_call>
		<menu_item_call name="Reset Scripts in Selection" enabled="false"
		     label="Reset Scripts in Selection">
			<on_click function="Tools.SelectedScriptAction" userdata="reset" />
			<on_enable function="EditableSelected" />
		</menu_item_call>
		<menu_item_call name="Set Scripts to Running in Selection" enabled="false"
		     label="Set Scripts to Running in Selection">
			<on_click function="Tools.SelectedScriptAction" userdata="start" />
			<on_enable function="EditableSelected" />
		</menu_item_call>
		<menu_item_call name="Set Scripts to Not Running in Selection"
		     enabled="false" label="Set Scripts to Not Running in Selection">
			<on_click function="Tools.SelectedScriptAction" userdata="stop" />
			<on_enable function="EditableSelected" />
		</menu_item_call>
	</menu>



  <!-- HELP -->

	<menu create_jump_keys="true" label="Help" name="Help"
	     opaque="true" tear_off="true">
		<menu_item_call name="Second Life Help" label="Second Life Help"
		     shortcut="F1">
			<on_click function="ShowFloater" userdata="help f1" />
		</menu_item_call>
		<menu_item_call name="Tutorial" label="Tutorial">
			<on_click function="ShowFloater" userdata="help tutorial" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Official Linden Blog..."
		     label="Official Linden Blog...">
			<on_click function="PromptShowURL"
			     userdata="WebLaunchSupportWiki,http://blog.secondlife.com/" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Scripting Guide..." label="Scripting Guide...">
			<on_click function="PromptShowFile" userdata="WebLaunchLSLGuide,lsl_guide.html" />
		</menu_item_call>
		<menu_item_call name="Scripting Portal..." label="Scripting Portal...">
			<on_click function="PromptShowURL"
			     userdata="WebLaunchLSLWiki,http://wiki.secondlife.com/wiki/LSL_Portal" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="Report Abuse..." label="Report Abuse...">
			<on_click function="ShowFloater" userdata="complaint reporter" />
		</menu_item_call>
		<menu_item_call name="Bumps, Pushes &amp;amp; Hits..."
		     label="Bumps, Pushes &amp; Hits...">
			<on_click function="ShowFloater" userdata="mean events" />
		</menu_item_call>
		<menu_item_call name="Lag Meter" label="Lag Meter">
			<on_click function="ShowFloater" userdata="lag meter" />
		</menu_item_call>
		<menu_item_separator />
		<menu name="Bug Reporting" create_jump_keys="true" label="Bug Reporting"
		     opaque="true" tear_off="true">
			<menu_item_call name="Public Issue Tracker..."
			     label="Public Issue Tracker...">
				<on_click function="PromptShowURL"
				     userdata="WebLaunchPublicIssue,http://jira.secondlife.com" />
			</menu_item_call>
			<menu_item_call name="Publc Issue Tracker Help..."
			     label="Public Issue Tracker Help...">
				<on_click function="PromptShowURL"
				     userdata="WebLaunchPublicIssueHelp,http://wiki.secondlife.com/wiki/Issue_tracker" />
			</menu_item_call>
			<menu_item_separator />
			<menu_item_call name="Bug Reporing 101..." label="Bug Reporting 101...">
				<on_click function="PromptShowURL"
				     userdata="WebLaunchBugReport101,http://wiki.secondlife.com/wiki/Bug_Reporting_101" />
			</menu_item_call>
			<menu_item_call name="Security Issues..." label="Security Issues...">
				<on_click function="PromptShowURL"
				     userdata="WebLaunchSecurityIssues,http://wiki.secondlife.com/wiki/Security_issues" />
			</menu_item_call>
			<menu_item_call name="QA Wiki..." label="QA Wiki...">
				<on_click function="PromptShowURL"
				     userdata="WebLaunchQAWiki,http://wiki.secondlife.com/wiki/QA_Portal" />
			</menu_item_call>
			<menu_item_separator />
			<menu_item_call name="Report Bug..." label="Report Bug...">
				<on_click function="PromptShowURL"
				     userdata="WebLaunchPublicIssue,http://jira.secondlife.com" />
			</menu_item_call>
		</menu>
		<menu_item_separator />
		<menu_item_call name="Release Notes..." label="Release Notes...">
			<on_click function="PromptShowFile" userdata="WebLaunchReleaseNotes,releasenotes.txt" />
		</menu_item_call>
		<menu_item_separator />
		<menu_item_call name="About Second Life..." label="About Second Life...">
			<on_click function="ShowFloater" userdata="about" />
		</menu_item_call>
	</menu>


</menu_bar>