aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/window-commands.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index 286f8904b..04a115e77 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -1334,7 +1334,10 @@ window_cmd_help_about (GtkAction *action,
g_key_file_free (key_file);
comments = g_strdup_printf (_("Lets you view web pages and find information on the internet.\n"
- "Powered by WebKit"));
+ "Powered by WebKit %d.%d.%d"),
+ webkit_major_version (),
+ webkit_minor_version (),
+ webkit_micro_version ());
licence = g_strjoin ("\n\n",
_(licence_part[0]),