diff pidgin/gtkpounce.c @ 15509:23ca11f8a8c4

stock to pidgin
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 08:56:16 +0000
parents 311315e979f7
children 535f002e7b0f
line wrap: on
line diff
--- a/pidgin/gtkpounce.c	Sat Feb 03 08:52:00 2007 +0000
+++ b/pidgin/gtkpounce.c	Sat Feb 03 08:56:16 2007 +0000
@@ -1360,7 +1360,7 @@
 					 G_CALLBACK(pounces_manager_add_cb), dialog);
 
 	/* Modify button */
-	button = gtk_button_new_from_stock(GAIM_STOCK_MODIFY);
+	button = gtk_button_new_from_stock(PIDGIN_STOCK_MODIFY);
 	dialog->modify_button = button;
 	gtk_box_pack_start(GTK_BOX(bbox), button, FALSE, FALSE, 0);
 	gtk_widget_set_sensitive(button, FALSE);