diff options
author | David Bordoley <bordoley@msu.edu> | 2003-03-24 22:08:25 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-03-24 22:08:25 +0800 |
commit | 2dba798e1f6e6c29db3bffa922b9831197bd3e16 (patch) | |
tree | fb47d7391deb1655c8c312eb267085e128ef3958 /data | |
parent | 55abb9b1835211addec69efaefc04907938839d5 (diff) | |
download | gsoc2013-epiphany-2dba798e1f6e6c29db3bffa922b9831197bd3e16.tar.gz gsoc2013-epiphany-2dba798e1f6e6c29db3bffa922b9831197bd3e16.tar.zst gsoc2013-epiphany-2dba798e1f6e6c29db3bffa922b9831197bd3e16.zip |
Add close to the file menu. Add some keybindings.
2003-03-24 David Bordoley <bordoley@msu.edu>
* data/ui/epiphany-bookmark-editor-ui.xml.in:
* src/bookmarks/ephy-bookmarks-editor.c:
Add close to the file menu. Add some keybindings.
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/epiphany-bookmark-editor-ui.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/ui/epiphany-bookmark-editor-ui.xml.in b/data/ui/epiphany-bookmark-editor-ui.xml.in index b443989aa..a3f3c33cb 100644 --- a/data/ui/epiphany-bookmark-editor-ui.xml.in +++ b/data/ui/epiphany-bookmark-editor-ui.xml.in @@ -8,6 +8,7 @@ <menuitem name="FileOpenInTab" verb="OpenInTab"/> <separator name="FileSep3"/> <menuitem name="FileProperties" verb="Properties"/> + <menuitem name="FileClose" verb="Close"/> </submenu> <submenu name="EditMenu" verb="Edit"> |