Mercurial > pidgin.yaz
changeset 28267:6d3f3473cb4c
Fix Yahoo emoticon sets and make Yahoo-Japan consistent.
Sorry, rekkanoryo.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 16 Aug 2009 04:06:21 +0000 |
parents | 6b05a0e36ffb |
children | ce50e961f650 |
files | libpurple/protocols/yahoo/libyahoo.c libpurple/protocols/yahoo/libyahoojp.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/libyahoo.c Sun Aug 16 03:23:54 2009 +0000 +++ b/libpurple/protocols/yahoo/libyahoo.c Sun Aug 16 04:06:21 2009 +0000 @@ -278,7 +278,7 @@ NULL, /**< dependencies */ PURPLE_PRIORITY_DEFAULT, /**< priority */ "prpl-yahoo", /**< id */ - "Yahoo!", /**< name */ + "Yahoo", /**< name */ DISPLAY_VERSION, /**< version */ /** summary */ N_("Yahoo! Protocol Plugin"),
--- a/libpurple/protocols/yahoo/libyahoojp.c Sun Aug 16 03:23:54 2009 +0000 +++ b/libpurple/protocols/yahoo/libyahoojp.c Sun Aug 16 04:06:21 2009 +0000 @@ -174,7 +174,7 @@ NULL, /**< dependencies */ PURPLE_PRIORITY_DEFAULT, /**< priority */ "prpl-yahoojp", /**< id */ - "Yahoo! JAPAN", /**< name */ + "Yahoo JAPAN", /**< name */ DISPLAY_VERSION, /**< version */ /** summary */ N_("Yahoo! JAPAN Protocol Plugin"),