# HG changeset patch # User Mark Doliner # Date 1232925292 0 # Node ID 5206fc64f226defdcf712d4c45187e17814f9aea # Parent f62c5b302b919df0d1a99a98e204333d8ec4f927 Use PIDGIN_STOCK_ADD instead of GTK_STOCK_ADD so that the add button has ellipsis. This is what we do in gtkaccount.c diff -r f62c5b302b91 -r 5206fc64f226 pidgin/gtksmiley.c --- 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,