diff options
author | Piers Cornwell <piersc@cogs.susx.ac.uk> | 2003-06-19 02:08:03 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-19 02:08:03 +0800 |
commit | 4b1c6effe07b024a96efa38414acd5fe7b094295 (patch) | |
tree | f538f9b2f8f5d49cf3c6a1c143e3b44666d09fe7 /src/ephy-window.c | |
parent | b40f531dea45d3b365bd310536afddc32573caad (diff) | |
download | gsoc2013-epiphany-4b1c6effe07b024a96efa38414acd5fe7b094295.tar gsoc2013-epiphany-4b1c6effe07b024a96efa38414acd5fe7b094295.tar.gz gsoc2013-epiphany-4b1c6effe07b024a96efa38414acd5fe7b094295.tar.bz2 gsoc2013-epiphany-4b1c6effe07b024a96efa38414acd5fe7b094295.tar.lz gsoc2013-epiphany-4b1c6effe07b024a96efa38414acd5fe7b094295.tar.xz gsoc2013-epiphany-4b1c6effe07b024a96efa38414acd5fe7b094295.tar.zst gsoc2013-epiphany-4b1c6effe07b024a96efa38414acd5fe7b094295.zip |
Remove unused variables.
2003-06-18 Piers Cornwell <piersc@cogs.susx.ac.uk>
* configure.in:
Remove unused variables.
* src/ephy-window.c:
Add ellipse to Find menu item.
* src/ephy-main.c: (ephy_main_start):
Use the full program name, mark an error message as translatable
and don't print any message on launch when a window is already
open.
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index bdcd30718..32b0a89c8 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -103,7 +103,7 @@ static EggActionGroupEntry ephy_menu_entries [] = { { "EditSelectAll", N_("Select _All"), NULL, "<control>A", N_("Select the entire page"), G_CALLBACK (window_cmd_edit_select_all), NULL }, - { "EditFind", N_("_Find"), GTK_STOCK_FIND, "<control>F", + { "EditFind", N_("_Find..."), GTK_STOCK_FIND, "<control>F", N_("Find a string"), G_CALLBACK (window_cmd_edit_find), NULL }, { "EditFindNext", N_("Find Ne_xt"), NULL, "<control>G", |