diff src/stock.c @ 8472:6d1c5321c55e

[gaim-migrate @ 9205] Added a new Get Info icon, to replace the old one we use, which is actually an alias for the stock Find image. The new Get Info icon comes from the gnome icons. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 19 Mar 2004 09:33:35 +0000
parents 0d980682678f
children d549d27388b2
line wrap: on
line diff
--- a/src/stock.c	Fri Mar 19 05:44:10 2004 +0000
+++ b/src/stock.c	Fri Mar 19 09:33:35 2004 +0000
@@ -59,9 +59,9 @@
 	{ GAIM_STOCK_ICON_ONLINE,     "icons",   "online.png"               },
 	{ GAIM_STOCK_ICON_ONLINE_MSG, "icons",   "msgunread.png"            },
 	{ GAIM_STOCK_IGNORE,          NULL,      GTK_STOCK_DIALOG_ERROR     },
-	{ GAIM_STOCK_IM,              "buttons", "send-im.png"		    },
+	{ GAIM_STOCK_IM,              "buttons", "send-im.png"		        },
 	{ GAIM_STOCK_IMAGE,           "buttons", "insert-image-small.png"   },
-	{ GAIM_STOCK_INFO,            NULL,      GTK_STOCK_FIND             },
+	{ GAIM_STOCK_INFO,            "icons",   "info.png",                },
 	{ GAIM_STOCK_INVITE,          NULL,      GTK_STOCK_JUMP_TO          },
 	{ GAIM_STOCK_LINK,            "buttons", "insert-link-small.png"    },
 	{ GAIM_STOCK_LOGO,            "gaim",    "logo.png"                 },