aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2013-08-01 20:56:09 +0800
committerClaudio Saavedra <csaavedra@igalia.com>2013-08-01 21:20:53 +0800
commit3c0c15b061d7f1a9981baa75dc768e7ee00f86b2 (patch)
tree7407953e0193e10314d5b0a2a65e023523d51b01
parentf6c366739882a6f41fe4fb3beefc8150d02a2936 (diff)
downloadgsoc2013-epiphany-3c0c15b061d7f1a9981baa75dc768e7ee00f86b2.tar
gsoc2013-epiphany-3c0c15b061d7f1a9981baa75dc768e7ee00f86b2.tar.gz
gsoc2013-epiphany-3c0c15b061d7f1a9981baa75dc768e7ee00f86b2.tar.bz2
gsoc2013-epiphany-3c0c15b061d7f1a9981baa75dc768e7ee00f86b2.tar.lz
gsoc2013-epiphany-3c0c15b061d7f1a9981baa75dc768e7ee00f86b2.tar.xz
gsoc2013-epiphany-3c0c15b061d7f1a9981baa75dc768e7ee00f86b2.tar.zst
gsoc2013-epiphany-3c0c15b061d7f1a9981baa75dc768e7ee00f86b2.zip
ephy-window: update comment
-rw-r--r--src/ephy-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index bec411398..05d9b88c0 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3941,7 +3941,7 @@ ephy_window_constructor (GType type,
mode = ephy_embed_shell_get_mode (ephy_embed_shell_get_default ());
if (mode == EPHY_EMBED_SHELL_MODE_APPLICATION)
{
- /* FileNewTab and FileNewWindow are sort of special. */
+ /* FileNewTab is sort of special. */
action = gtk_action_group_get_action (toolbar_action_group, "FileNewTab");
ephy_action_change_sensitivity_flags (action, SENS_FLAG_CHROME,
TRUE);