From cdc295b9a072e8486d39c87f862561b619f76e53 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 10 Oct 2006 00:15:47 +0000 Subject: win32: use small icon for application icon. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1219 ee746299-78ed-0310-b773-934348b2243d --- src/main.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 5fd89c2b..ff841f85 100644 --- a/src/main.c +++ b/src/main.c @@ -222,7 +222,12 @@ int main(int argc, char *argv[]) sock_set_io_timeout(prefs_common.io_timeout_secs); gtkut_widget_init(); + +#ifdef G_OS_WIN32 + stock_pixbuf_gdk(NULL, STOCK_PIXMAP_SYLPHEED_SMALL, &icon); +#else stock_pixbuf_gdk(NULL, STOCK_PIXMAP_SYLPHEED, &icon); +#endif gtk_window_set_default_icon(icon); mainwin = main_window_create -- cgit v1.2.3