diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-30 03:42:37 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-30 03:42:37 +0800 |
commit | e647389b4ae6146a3be0c46f9e9222c7e171b725 (patch) | |
tree | db31e6ec3d00a343b86b401c6ce61f72342ffa29 | |
parent | 22fd2b41687138f62b1a4ea6069883f4551f4d8a (diff) | |
download | gsoc2013-epiphany-e647389b4ae6146a3be0c46f9e9222c7e171b725.tar.gz gsoc2013-epiphany-e647389b4ae6146a3be0c46f9e9222c7e171b725.tar.zst gsoc2013-epiphany-e647389b4ae6146a3be0c46f9e9222c7e171b725.zip |
Fix "Open Frame" menu item name. Fixes bug #153816.
2004-11-29 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-window.c:
Fix "Open Frame" menu item name. Fixes bug #153816.
-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 */ |