diff options
author | Don Scorgie <dscorgie@cvs.gnome.org> | 2005-11-22 17:28:49 +0000 |
---|---|---|
committer | Don Scorgie <dscorgie@src.gnome.org> | 2005-11-22 17:28:49 +0000 |
commit | 2c1dc448efa544f1bea5da28d3692e40df8f9739 (patch) | |
tree | b8b6fc8e92143f40b816230c44c3614b5c7eb0dc /data/ui | |
parent | ea16a8795be08d5f23c40abd008affe4d98243f1 (diff) | |
download | yelp-2c1dc448efa544f1bea5da28d3692e40df8f9739.tar.gz |
Add Find Next
2005-11-22 Don Scorgie <dscorgie@cvs.gnome.org>
* data/ui/yelp-ui.xml:
* src/yelp-window.c:
Add Find Next
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 9298c3b1..b91a5e00 100644 --- a/data/ui/yelp-ui.xml +++ b/data/ui/yelp-ui.xml @@ -13,6 +13,7 @@ <menuitem action="SelectAll"/> <separator/> <menuitem action="Find"/> + <menuitem action="FindNext"/> <separator/> <menuitem action="Preferences"/> </menu> |