diff options
Diffstat (limited to 'data/ui/epiphany-application-menu.ui')
-rw-r--r-- | data/ui/epiphany-application-menu.ui | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/data/ui/epiphany-application-menu.ui b/data/ui/epiphany-application-menu.ui deleted file mode 100644 index 3bddf1b4f..000000000 --- a/data/ui/epiphany-application-menu.ui +++ /dev/null @@ -1,54 +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">_Help</attribute> - <attribute name="action">app.help</attribute> - <attribute name="accel">F1</attribute> - </item> - <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> |