diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 02:33:44 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-03 02:33:44 +0100 |
commit | c65e16fd00dd3ceacac301f2f774bdf29cf211d2 (patch) | |
tree | 15aa703dad51c6a0982059fda24f6dca0d4a08ae /src/fe-gtk/about.c | |
parent | 259ed9644d1788d33c7d7532f94ebd4e1d123edb (diff) |
Relocate hexchat.png and hexchat.ico and some more varname cleanup
Diffstat (limited to 'src/fe-gtk/about.c')
-rw-r--r-- | src/fe-gtk/about.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/about.c b/src/fe-gtk/about.c index 156306bf..48136d13 100644 --- a/src/fe-gtk/about.c +++ b/src/fe-gtk/about.c @@ -154,7 +154,7 @@ menu_about (GtkWidget * wid, gpointer sess) gtk_box_pack_start (GTK_BOX (hbox_main), vbox_logo, 0, 0, 10); /* the actual image */ - wid = gtk_image_new_from_pixbuf (pix_xchat); + wid = gtk_image_new_from_pixbuf (pix_hexchat); gtk_box_pack_start (GTK_BOX (vbox_logo), wid, 0, 0, 10); /* our close button on the bottom right */ |