add missing menu and resource files
This commit is contained in:
parent
b428c40d6e
commit
0fc7895020
2 changed files with 51 additions and 0 deletions
45
src/menu.ui
Normal file
45
src/menu.ui
Normal file
|
@ -0,0 +1,45 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<menu id="app-menu">
|
||||
<section>
|
||||
<item>
|
||||
<attribute name="action">app.refresh</attribute>
|
||||
<attribute name="label" translatable="yes">Refresh</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="action">app.preferences</attribute>
|
||||
<attribute name="label" translatable="yes">Preferences</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="action">app.about</attribute>
|
||||
<attribute name="label" translatable="yes">About</attribute>
|
||||
</item>
|
||||
</section>
|
||||
</menu>
|
||||
<menu id="post-menu">
|
||||
<item>
|
||||
<attribute name="action">win.reply</attribute>
|
||||
<attribute name="label" translatable="yes">Reply</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="action">win.replyall</attribute>
|
||||
<attribute name="label" translatable="yes">Reply All</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="action">win.bookmark</attribute>
|
||||
<attribute name="label" translatable="yes">Bookmark</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="action">win.repost</attribute>
|
||||
<attribute name="label" translatable="yes">Repost</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="action">win.quote</attribute>
|
||||
<attribute name="label" translatable="yes">Quote</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="action">win.copy</attribute>
|
||||
<attribute name="label" translatable="yes">Copy</attribute>
|
||||
</item>
|
||||
</menu>
|
||||
</interface>
|
6
src/squeak.gresource.xml
Normal file
6
src/squeak.gresource.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gresources>
|
||||
<gresource prefix="/dev/thrrgilag/squeak">
|
||||
<file>menu.ui</file>
|
||||
</gresource>
|
||||
</gresources>
|
Loading…
Reference in a new issue