Files
clapper/ui/clapper.ui
Rafał Dzięgiel 084f78a851 Change actions naming scheme
Use _ instead of capital letters in words for actions names. This will make some other stuff much easier.
2021-04-22 14:29:40 +02:00

34 lines
1001 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<menu id="mainMenu">
<section>
<item>
<attribute name="label" translatable="yes">Open Local...</attribute>
<attribute name="action">app.open_local</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Open URI...</attribute>
<attribute name="action">app.open_uri</attribute>
</item>
</section>
<section>
<item>
<attribute name="label" translatable="yes">Preferences</attribute>
<attribute name="action">app.prefs</attribute>
</item>
</section>
<section>
<!--
<item>
<attribute name="label" translatable="yes">Keyboard Shortcuts</attribute>
<attribute name="action">app.shortcuts</attribute>
</item>
-->
<item>
<attribute name="label" translatable="yes">About Clapper</attribute>
<attribute name="action">app.about</attribute>
</item>
</section>
</menu>
</interface>