Reindented UI file to follow coding standards

This commit is contained in:
Gergely Polonkai 2013-09-21 20:51:01 +02:00
parent eda07b7ad7
commit 814a86dfeb
1 changed files with 45 additions and 45 deletions

View File

@ -1,48 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<interface> <interface>
<requires lib="gtk+" version="3.0" /> <requires lib="gtk+" version="3.0" />
<menu id="app-menu"> <menu id="app-menu">
<section> <section>
<item> <item>
<attribute name="label" translatable="yes">New window</attribute> <attribute name="label" translatable="yes">New window</attribute>
<attribute name="action">app.new-window</attribute> <attribute name="action">app.new-window</attribute>
<attribute name="accel">&lt;Primary&gt;n</attribute> <attribute name="accel">&lt;Primary&gt;n</attribute>
</item> </item>
<item> <item>
<attribute name="label" translatable="yes">Open</attribute> <attribute name="label" translatable="yes">Open</attribute>
<attribute name="action">app.open</attribute> <attribute name="action">app.open</attribute>
<attribute name="accel">&lt;Primary&gt;o</attribute> <attribute name="accel">&lt;Primary&gt;o</attribute>
</item> </item>
</section> </section>
<section> <section>
<item> <item>
<attribute name="label" translatable="yes">Preferences</attribute> <attribute name="label" translatable="yes">Preferences</attribute>
<attribute name="action">app.preferences</attribute> <attribute name="action">app.preferences</attribute>
<attribute name="accel">&lt;Primary&gt;p</attribute> <attribute name="accel">&lt;Primary&gt;p</attribute>
</item> </item>
</section> </section>
<section> <section>
<item> <item>
<attribute name="label" translatable="yes">About Astrognome</attribute> <attribute name="label" translatable="yes">About Astrognome</attribute>
<attribute name="action">app.about</attribute> <attribute name="action">app.about</attribute>
</item> </item>
<item> <item>
<attribute name="label" translatable="yes">Quit</attribute> <attribute name="label" translatable="yes">Quit</attribute>
<attribute name="action">app.quit</attribute> <attribute name="action">app.quit</attribute>
<attribute name="accel">&lt;Primary&gt;q</attribute> <attribute name="accel">&lt;Primary&gt;q</attribute>
</item> </item>
</section> </section>
</menu> </menu>
<menu id="window-menu"> <menu id="window-menu">
<item> <item>
<attribute name="label" translatable="yes">Save</attribute> <attribute name="label" translatable="yes">Save</attribute>
<attribute name="action">win.save</attribute> <attribute name="action">win.save</attribute>
<attribute name="accel">&lt;Primary&gt;s</attribute> <attribute name="accel">&lt;Primary&gt;s</attribute>
</item> </item>
<item> <item>
<attribute name="label" translatable="yes">Save as…</attribute> <attribute name="label" translatable="yes">Save as…</attribute>
<attribute name="action">win.save-as</attribute> <attribute name="action">win.save-as</attribute>
<attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;s</attribute> <attribute name="accel">&lt;Primary&gt;&lt;Shift&gt;s</attribute>
</item> </item>
</menu> </menu>
</interface> </interface>