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. --- ChangeLog | 7 +++++++ src/ephy-window.c | 2 ++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 04676367e..81a0cb772 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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. + 2003-07-01 Arafat Medini * configure.in: Added "ar" Arabic to ALL_LINGUAS. 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