aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window-commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index 4571796c1..218e4d8ed 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -957,6 +957,8 @@ window_cmd_help_about (GtkAction *action,
strcmp (translator_credits, "translator-credits") != 0 ? translator_credits : NULL,
logo);
+ gtk_window_set_icon (GTK_WINDOW (about), logo);
+
if (logo != NULL)
{
g_object_unref (logo);