diff options
author | Dave Bordoley <bordoley@msu.edu> | 2003-02-19 22:09:00 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-02-19 22:09:00 +0800 |
commit | 0d661cce429a4bd8bbe4e521d86cd862ecd067db (patch) | |
tree | 3b8a5252e91d94eaf0e7ae457222bc3856c45c11 /data | |
parent | 262160918af0789a63a4b7bfd557d068e3d9ddb2 (diff) | |
download | gsoc2013-epiphany-0d661cce429a4bd8bbe4e521d86cd862ecd067db.tar gsoc2013-epiphany-0d661cce429a4bd8bbe4e521d86cd862ecd067db.tar.gz gsoc2013-epiphany-0d661cce429a4bd8bbe4e521d86cd862ecd067db.tar.bz2 gsoc2013-epiphany-0d661cce429a4bd8bbe4e521d86cd862ecd067db.tar.lz gsoc2013-epiphany-0d661cce429a4bd8bbe4e521d86cd862ecd067db.tar.xz gsoc2013-epiphany-0d661cce429a4bd8bbe4e521d86cd862ecd067db.tar.zst gsoc2013-epiphany-0d661cce429a4bd8bbe4e521d86cd862ecd067db.zip |
data/ui/epiphany-bookmark-editor-ui.xml.in
2003-02-19 Dave Bordoley <bordoley@msu.edu>
* data/ui/epiphany-bookmark-editor-ui.xml.in
* src/bookmarks/ephy-bookmarks-editor.c
Fix up the context menu to be more like other ephy
context menus, added mneumonics.
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/epiphany-bookmark-editor-ui.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/epiphany-bookmark-editor-ui.xml.in b/data/ui/epiphany-bookmark-editor-ui.xml.in index d3a0180c8..f474213e9 100644 --- a/data/ui/epiphany-bookmark-editor-ui.xml.in +++ b/data/ui/epiphany-bookmark-editor-ui.xml.in @@ -3,8 +3,8 @@ <popups> <popup name="EphyBookmarkEditorPopup" verb="FakeToplevel"> - <menuitem name="OpenInTabBMK" verb="OpenInTab"/> <menuitem name="OpenInWindowBMK" verb="OpenInWindow"/> + <menuitem name="OpenInTabBMK" verb="OpenInTab"/> <separator name="BookmarksPopupSep1"/> <menuitem name="RemoveBMK" verb="Remove"/> </popup> |