blob: bd3d63a23a12847c2c94075fc191107c81dd6832 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="shotwell">
<menu id='popup-menu'>
<section>
<item>
<attribute name="label" translatable="yes">Ne_w Saved Search…</attribute>
<attribute name="action">sidebar.search.new</attribute>
<attribute name="accel"><Primary>s</attribute>
</item>
<item>
<attribute name="label" translatable="yes">New _Tag…</attribute>
<attribute name="action">sidebar.tag.new</attribute>
</item>
</section>
</menu>
</interface>
|