diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 2 | ||||
-rw-r--r-- | src/ephy-window.c | 4 |
3 files changed, 10 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2004-11-29 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-window.c: + + Fix "Open Frame" menu item name. Fixes bug #153816. + +2004-11-29 Christian Persch <chpe@cvs.gnome.org> + * configure.ac: Post-release version bunmp. diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index 90fa6f4c5..f5fb528eb 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -173,6 +173,8 @@ be done by casting). @: @: @: +@: +@: @: <!-- ##### SIGNAL EphyEmbed::ge-security-change ##### --> diff --git a/src/ephy-window.c b/src/ephy-window.c index 22aa7998b..8b70cf6c1 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -294,8 +294,8 @@ static GtkActionEntry ephy_popups_entries [] = { /* Framed document */ - { "OpenFrame", NULL, N_("_Open Frame"), NULL, - N_("Open frame in this window"), + { "OpenFrame", NULL, N_("Show Only This _Frame"), NULL, + N_("Show only this frame in this window"), G_CALLBACK (popup_cmd_open_frame) }, /* Links */ |