summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_inventory_gear_default.xml
blob: 2501e35e939045aef416d973dc3a9ab2876e6e7a (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<menu
 bottom="806"
 layout="topleft"
 left="0"
 mouse_opaque="false"
 name="menu_gear_default"
 visible="false">
    <menu_item_call
     label="New Inventory Window"
     layout="topleft"
     name="new_window">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="new_window" />
    </menu_item_call>
    <menu_item_separator
     layout="topleft" />
    <menu_item_call
     label="Sort by Name"
     layout="topleft"
     name="sort_by_name">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="sort_by_name" />
    </menu_item_call>
    <menu_item_call
     label="Sort by Most Recent"
     layout="topleft"
     name="sort_by_recent">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="sort_by_recent" />
    </menu_item_call>
    <menu_item_separator
     layout="topleft" />
    <menu_item_call
     label="Show Filters"
     layout="topleft"
     name="show_filters">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="show_filters" />
    </menu_item_call>
    <menu_item_call
     label="Reset Filters"
     layout="topleft"
     name="reset_filters">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="reset_filters" />
    </menu_item_call>
    <menu_item_call
     label="Close All Folders"
     layout="topleft"
     name="close_folders">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="close_folders" />
    </menu_item_call>
    <menu_item_separator
     layout="topleft" />
    <menu_item_call
     label="Empty Trash"
     layout="topleft"
     name="empty_trash">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="empty_trash" />
    </menu_item_call>
    <menu_item_separator
     layout="topleft" />
    <menu_item_call 
         label="Save Texture As"
         layout="topleft"
         name="Save Texture As">
            <on_click
             function="Inventory.GearDefault.Custom.Action"
             parameter="save_texture" />
            <on_enable
			 function="Inventory.GearDefault.Enable"
			 parameter="save_texture" />
        </menu_item_call>
    <menu_item_call 
         label="Find Original"
         layout="topleft"
         name="Find Original">
            <on_click
             function="Inventory.GearDefault.Custom.Action"
             parameter="find_original" />
            <on_enable
			 function="Inventory.GearDefault.Enable"
			 parameter="find_original" />
        </menu_item_call>
    <menu_item_call 
         label="Find All Links"
         layout="topleft"
         name="Find All Links">
            <on_click
             function="Inventory.GearDefault.Custom.Action"
             parameter="find_links" />
            <on_enable
			 function="Inventory.GearDefault.Enable"
			 parameter="find_links" />
        </menu_item_call>
    <menu_item_separator
     layout="topleft" />
    <menu_item_call
     label="Empty Lost and Found"
     layout="topleft"
     name="empty_lostnfound">
        <on_click
         function="Inventory.GearDefault.Custom.Action"
         parameter="empty_lostnfound" />
    </menu_item_call>
</menu>