blob: 6a744956427b23eeb839d156b8a09cc7f1b79168 (
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
|
<Root>
<commands>
<cmd name="Reveal"
_label="Reveal in New Window"
_tip="Reveal each selected item in its original folder"/>
<cmd name="Indexing Info"
_label="Show Indexing Status"
_tip="Show status of indexing used when searching"/>
</commands>
<menu>
<submenu name="File">
<placeholder name="Open Placeholder">
<menuitem name="Reveal"
_label="_Reveal in New Window"
verb="Reveal"/>
</placeholder>
<placeholder name="General Status Placeholder">
<menuitem name="Indexing Info"
_label="Show _Indexing Status"
verb="Indexing Info"/>
</placeholder>
</submenu>
</menu>
<popups>
<popup name="selection">
<placeholder name="Open Placeholder">
<menuitem name="Reveal" verb="Reveal"/>
</placeholder>
</popup>
</popups>
</Root>
|