comparison pidgin-twitter.h @ 351:20fe2a2b677e

fix typo
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 10 Apr 2010 19:56:15 +0900
parents 33d2551727ba
children 0fe895195132
comparison
equal deleted inserted replaced
350:059e962ee26a 351:20fe2a2b677e
173 #define CHANNEL_FORMAT_IDENTICA "%s<a href='http://identi.ca/tag/%s'>%s</a> " 173 #define CHANNEL_FORMAT_IDENTICA "%s<a href='http://identi.ca/tag/%s'>%s</a> "
174 #define TAG_FORMAT_TWITTER "%s<a href='http://twitter.com/search?q=%%23%s'>#%s</a>" 174 #define TAG_FORMAT_TWITTER "%s<a href='http://twitter.com/search?q=%%23%s'>#%s</a>"
175 #define TAG_FORMAT_IDENTICA "#<a href='http://identi.ca/tag/%s'>%s</a>" 175 #define TAG_FORMAT_IDENTICA "#<a href='http://identi.ca/tag/%s'>%s</a>"
176 #define GROUP_FORMAT_IDENTICA "!<a href='http://identi.ca/group/%s'>%s</a>" 176 #define GROUP_FORMAT_IDENTICA "!<a href='http://identi.ca/group/%s'>%s</a>"
177 #define LINK_FORMAT_TWITTER " <a href='PT://reply-twitter/?id=%s&user=%s'>RE</a> <a href='PT://fav-twitter/?id=%s'>FV</a> <a href='PT://retweet-twitter/?id=%s'>RT</a> <a href='PT://quotetweet-twitter/?id=%s&user=%s&msg=%s'>QT</a>" 177 #define LINK_FORMAT_TWITTER " <a href='PT://reply-twitter/?id=%s&user=%s'>RE</a> <a href='PT://fav-twitter/?id=%s'>FV</a> <a href='PT://retweet-twitter/?id=%s'>RT</a> <a href='PT://quotetweet-twitter/?id=%s&user=%s&msg=%s'>QT</a>"
178 #define IN_REPLY_TO_FORMAT_TWITTER " <a href='http://twitter.com/%s/status/%llu'>in reply to %s</al>" 178 #define IN_REPLY_TO_FORMAT_TWITTER " <a href='http://twitter.com/%s/status/%llu'>in reply to %s</a>"
179 179
180 180
181 #define DEFAULT_LIST "(list of users: separated with ' ,:;')" 181 #define DEFAULT_LIST "(list of users: separated with ' ,:;')"
182 #define OOPS_MESSAGE "<body>Oops! Your update was over 140 characters. We sent the short version to your friends (they can view the entire update on the web).<BR></body>" 182 #define OOPS_MESSAGE "<body>Oops! Your update was over 140 characters. We sent the short version to your friends (they can view the entire update on the web).<BR></body>"
183 #define EMPTY "" 183 #define EMPTY ""