[Epiphany] Small patch to fix the toolbar popup menu
- From: iain <iain prettypeople org>
- To: epiphany mozdev org
- Subject: [Epiphany] Small patch to fix the toolbar popup menu
- Date: 08 Mar 2003 02:27:35 +0000
Hi,
Here's a patch to fix the menu items in the toolbar popup menu.
It changes "Remove" to "Remove Toolbar" and "Edit" to "Edit Toolbars..."
iain
--
Index: ephy-editable-toolbar.c
===================================================================
RCS file: /cvs/gnome/epiphany/lib/widgets/ephy-editable-toolbar.c,v
retrieving revision 1.22
diff -u -p -r1.22 ephy-editable-toolbar.c
--- ephy-editable-toolbar.c 7 Mar 2003 23:44:11 -0000 1.22
+++ ephy-editable-toolbar.c 8 Mar 2003 02:24:25 -0000
@@ -69,9 +69,9 @@ static EggActionGroupEntry ephy_toolbar_
{ "FakeToplevel", (""), NULL, NULL, NULL, NULL, NULL },
/* Popups */
- { "RemoveToolbarPopup", N_("_Remove"), GTK_STOCK_REMOVE, NULL,
+ { "RemoveToolbarPopup", N_("_Remove Toolbar"), GTK_STOCK_REMOVE, NULL,
NULL, G_CALLBACK (ephy_editable_toolbar_remove_cb), NULL },
- { "EditToolbarPopup", N_("_Edit"), GTK_STOCK_PREFERENCES, NULL,
+ { "EditToolbarPopup", N_("_Edit Toolbars..."), GTK_STOCK_PREFERENCES, NULL,
NULL, G_CALLBACK (ephy_editable_toolbar_edit_cb), NULL },
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]