changeset 25404:5206fc64f226

Use PIDGIN_STOCK_ADD instead of GTK_STOCK_ADD so that the add button has ellipsis. This is what we do in gtkaccount.c
author Mark Doliner <mark@kingant.net>
date Sun, 25 Jan 2009 23:14:52 +0000
parents f62c5b302b91
children 97ae9f8b63ab
files pidgin/gtksmiley.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtksmiley.c	Sun Jan 25 23:10:16 2009 +0000
+++ b/pidgin/gtksmiley.c	Sun Jan 25 23:14:52 2009 +0000
@@ -712,7 +712,7 @@
 			_("Custom Smiley Manager"),
 			NULL,
 			GTK_DIALOG_DESTROY_WITH_PARENT,
-			GTK_STOCK_ADD, GTK_RESPONSE_YES,
+			PIDGIN_STOCK_ADD, GTK_RESPONSE_YES,
 			PIDGIN_STOCK_MODIFY, PIDGIN_RESPONSE_MODIFY,
 			GTK_STOCK_DELETE, GTK_RESPONSE_NO,
 			GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,