pidgin/gtkcertmgr.c

changeset 19667
4a8d8a6bd2b0
parent 19483
95243782d176
child 19676
f4952bab5b50
--- a/pidgin/gtkcertmgr.c	Tue Aug 28 03:11:11 2007 +0000
+++ b/pidgin/gtkcertmgr.c	Tue Aug 28 03:14:54 2007 +0000
@@ -29,6 +29,7 @@
 #include "core.h"
 #include "internal.h"
 #include "pidgin.h"
+#include "pidginstock.h"
 
 #include "certificate.h"
 #include "debug.h"
@@ -506,7 +507,7 @@
 
 	/* Info button */
 	tpm_dat->infobutton = infobutton =
-		gtk_button_new_from_stock(GTK_STOCK_INFO);
+		gtk_button_new_from_stock(PIDGIN_STOCK_INFO);
 	gtk_box_pack_start(GTK_BOX(bbox), infobutton, FALSE, FALSE, 0);
 	gtk_widget_show(infobutton);
 	g_signal_connect(G_OBJECT(infobutton), "clicked",

mercurial