aboutsummaryrefslogtreecommitdiff
path: root/src/about.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-05 09:17:11 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-05 09:17:11 +0000
commit3fe1da39c3bba12f0279637f940cd8bf6940d9e1 (patch)
treeed78f7b833fc9de02bb0707af939a63d0f138eb4 /src/about.c
parenteaf283c8b2479500cf99d8c80051e072970419c9 (diff)
replaced pixmaps icons with png images.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@398 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/about.c')
-rw-r--r--src/about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/about.c b/src/about.c
index 009e5c96..5374087d 100644
--- a/src/about.c
+++ b/src/about.c
@@ -101,7 +101,7 @@ static void about_create(void)
vbox = gtk_vbox_new(FALSE, 6);
gtk_container_add(GTK_CONTAINER(window), vbox);
- pixmap = stock_pixmap_widget(window, STOCK_PIXMAP_SYLPHEED_LOGO);
+ pixmap = stock_pixbuf_widget(window, STOCK_PIXMAP_SYLPHEED_LOGO);
gtk_box_pack_start(GTK_BOX(vbox), pixmap, FALSE, FALSE, 0);
label = gtk_label_new("version "VERSION);