From 0ab1c928c782530b2d5ab0ad81cb46e5aaed539d Mon Sep 17 00:00:00 2001 From: David Bordoley Date: Tue, 1 Jul 2003 14:27:04 +0000 Subject: Set a label for the find toolbar item so that it doesn't have elipses. 2003-07-01 David Bordoley * src/ephy-window.c: (setup_window): Set a label for the find toolbar item so that it doesn't have elipses. --- src/ephy-window.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ephy-window.c') diff --git a/src/ephy-window.c b/src/ephy-window.c index 256eaa7cb..a920ce56f 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -661,6 +661,8 @@ setup_window (EphyWindow *window) g_object_set (action, "short_label", _("Print"), NULL); action = egg_action_group_get_action (action_group, "FileBookmarkPage"); g_object_set (action, "short_label", _("Bookmark"), NULL); + action = egg_action_group_get_action (action_group, "EditFind"); + g_object_set (action, "short_label", _("Find"), NULL); action = egg_action_group_get_action (action_group, "GoBookmarks"); g_object_set (action, "short_label", _("Bookmarks"), NULL); -- cgit v1.2.3