diff options
author | Shaun McCance <shaunm@gnome.org> | 2010-03-30 16:58:56 -0500 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2010-03-30 16:58:56 -0500 |
commit | 549cbaf550fc5b16be72e002c7c0d0dd5e2be2eb (patch) | |
tree | 07603caf6f8ba7a680f38ba8d5b3c6ca288f3a42 /data/ui | |
parent | 90d229b9544f29087abab8caf77bd857233afbe2 (diff) | |
download | yelp-549cbaf550fc5b16be72e002c7c0d0dd5e2be2eb.tar.gz |
[yelp-window] Back menu item with GtkAction, button using GtkAction too
Diffstat (limited to 'data/ui')
-rw-r--r-- | data/ui/yelp-ui.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/ui/yelp-ui.xml b/data/ui/yelp-ui.xml index 35c95d20..99a585dd 100644 --- a/data/ui/yelp-ui.xml +++ b/data/ui/yelp-ui.xml @@ -11,6 +11,7 @@ <menuitem action="ShowTextCursor"/> </menu> <menu action="GoMenu"> + <menuitem action="GoBack"/> </menu> </menubar> <accelerator action="OpenLocation"/> |