Added a Close menu item to the window menu

This commit is contained in:
Gergely Polonkai 2013-09-21 20:53:28 +02:00
parent 2103f015b8
commit 899df5d0fe
1 changed files with 7 additions and 0 deletions

View File

@ -46,5 +46,12 @@
<attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;s</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Close</attribute>
<attribute name="action">win.close</attribute>
<attribute name="accel">&lt;Primary&gt;w</attribute>
</item>
</section>
</menu>
</interface>