|
|
|
|
@ -87,38 +87,39 @@ const Glib::ustring menu_xml = R"RAW(<interface>
|
|
|
|
|
</item> |
|
|
|
|
</section> |
|
|
|
|
</menu> |
|
|
|
|
<menu id='juci-menu'> |
|
|
|
|
<section> |
|
|
|
|
<item> |
|
|
|
|
<attribute name='label' translatable='yes'>_About</attribute> |
|
|
|
|
<attribute name='action'>app.about</attribute> |
|
|
|
|
</item> |
|
|
|
|
</section> |
|
|
|
|
<section> |
|
|
|
|
<item> |
|
|
|
|
<attribute name='label' translatable='yes'>_Preferences</attribute> |
|
|
|
|
<attribute name='action'>app.preferences</attribute> |
|
|
|
|
</item> |
|
|
|
|
</section> |
|
|
|
|
<section> |
|
|
|
|
<item> |
|
|
|
|
<attribute name='label' translatable='yes'>_Snippets</attribute> |
|
|
|
|
<attribute name='action'>app.snippets</attribute> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<attribute name='label' translatable='yes'>_Commands</attribute> |
|
|
|
|
<attribute name='action'>app.commands</attribute> |
|
|
|
|
</item> |
|
|
|
|
</section> |
|
|
|
|
<section> |
|
|
|
|
<item> |
|
|
|
|
<attribute name='label' translatable='yes'>_Quit</attribute> |
|
|
|
|
<attribute name='action'>app.quit</attribute> |
|
|
|
|
</item> |
|
|
|
|
</section> |
|
|
|
|
</menu> |
|
|
|
|
|
|
|
|
|
<menu id='window-menu'> |
|
|
|
|
<submenu id='juci-menu'> |
|
|
|
|
<attribute name='label' translatable='yes'>_juci++</attribute> |
|
|
|
|
<section> |
|
|
|
|
<item> |
|
|
|
|
<attribute name='label' translatable='yes'>_About</attribute> |
|
|
|
|
<attribute name='action'>app.about</attribute> |
|
|
|
|
</item> |
|
|
|
|
</section> |
|
|
|
|
<section> |
|
|
|
|
<item> |
|
|
|
|
<attribute name='label' translatable='yes'>_Preferences</attribute> |
|
|
|
|
<attribute name='action'>app.preferences</attribute> |
|
|
|
|
</item> |
|
|
|
|
</section> |
|
|
|
|
<section> |
|
|
|
|
<item> |
|
|
|
|
<attribute name='label' translatable='yes'>_Snippets</attribute> |
|
|
|
|
<attribute name='action'>app.snippets</attribute> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<attribute name='label' translatable='yes'>_Commands</attribute> |
|
|
|
|
<attribute name='action'>app.commands</attribute> |
|
|
|
|
</item> |
|
|
|
|
</section> |
|
|
|
|
<section> |
|
|
|
|
<item> |
|
|
|
|
<attribute name='label' translatable='yes'>_Quit</attribute> |
|
|
|
|
<attribute name='action'>app.quit</attribute> |
|
|
|
|
</item> |
|
|
|
|
</section> |
|
|
|
|
</submenu> |
|
|
|
|
<submenu> |
|
|
|
|
<attribute name='label' translatable='yes'>_File</attribute> |
|
|
|
|
<section> |
|
|
|
|
|