diff options
author | Xan Lopez <xan@igalia.com> | 2012-04-16 18:34:34 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-04-16 18:34:34 +0800 |
commit | 6ca351051cee2d7528a4c03a5ffb50a230be5327 (patch) | |
tree | e8ed7939f7a780041066204d737ba4570c7d4d89 /src/epiphany-application-menu.ui | |
parent | 0d0d1afa437f8ac25d85e090e318075dbdf0539d (diff) | |
download | gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar.gz gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar.bz2 gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar.lz gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar.xz gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.tar.zst gsoc2013-epiphany-6ca351051cee2d7528a4c03a5ffb50a230be5327.zip |
Move resources to its own directory inside src/
Diffstat (limited to 'src/epiphany-application-menu.ui')
-rw-r--r-- | src/epiphany-application-menu.ui | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/src/epiphany-application-menu.ui b/src/epiphany-application-menu.ui deleted file mode 100644 index 87d3d8b57..000000000 --- a/src/epiphany-application-menu.ui +++ /dev/null @@ -1,49 +0,0 @@ -<?xml version="1.0"?> -<interface> - <menu id="app-menu"> - <section> - <item> - <attribute name="label" translatable="yes">_New Window</attribute> - <attribute name="action">app.new</attribute> - <attribute name="accel"><Primary>n</attribute> - </item> - </section> - <section> - <item> - <attribute name="label" translatable="yes">_Bookmarks</attribute> - <attribute name="action">app.bookmarks</attribute> - <attribute name="accel"><Primary>b</attribute> - </item> - <item> - <attribute name="label" translatable="yes">_History</attribute> - <attribute name="action">app.history</attribute> - <attribute name="accel"><Primary>h</attribute> - </item> - </section> - <section> - <item> - <attribute name="label" translatable="yes">Preferences</attribute> - <attribute name="action">app.preferences</attribute> - <attribute name="accel"><Primary>e</attribute> - </item> - <item> - <attribute name="label" translatable="yes">Personal Data</attribute> - <attribute name="action">app.pdm</attribute> - <attribute name="accel"><Primary>m</attribute> - </item> - </section> - <section> - <item> - <attribute name="label" translatable="yes">_About</attribute> - <attribute name="action">app.about</attribute> - </item> - </section> - <section> - <item> - <attribute name="label" translatable="yes">_Quit</attribute> - <attribute name="action">app.quit</attribute> - <attribute name="accel"><Primary>q</attribute> - </item> - </section> - </menu> -</interface> |