blob: a925800ba7f1c7bbea758fb7dfc7c4985dea5198 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?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">win.CommonNewSearch</attribute>
<attribute name="accel"><Primary>s</attribute>
</item>
</section>
</menu>
</interface>
|