Mercurial > pidgin-twitter
changeset 14:e58e7c1fcbe5
fixed typo. pointed out by nosuke too. :D
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Thu, 01 May 2008 16:36:28 +0900 |
parents | 1a46d5039f0f |
children | 6be35fe9d18c |
files | pidgin-twitter.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin-twitter.c Thu May 01 15:54:41 2008 +0900 +++ b/pidgin-twitter.c Thu May 01 16:36:28 2008 +0900 @@ -44,7 +44,7 @@ #define OPT_USERLIST_RECIPIENT OPT_PIDGINTWITTER "/userlist_recipient" #define OPT_USERLIST_SENDER OPT_PIDGINTWITTER "/userlist_sender" #define RECIPIENT_FORMAT "@<a href='http://twitter.com/%s'>%s</a>" -#define SENDER_FORMAT "<a href='http://twitter.com/%s'>%s</a> :" +#define SENDER_FORMAT "<a href='http://twitter.com/%s'>%s</a>: " #define DEFAULT_LIST "(list of users: separated with ' ,:;')" #define twitter_debug(fmt, ...) purple_debug(PURPLE_DEBUG_INFO, PIDGINTWITTER_PLUGIN_ID, \