aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-04-07 09:43:07 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2011-05-05 14:31:26 +0800
commit19ff66754d0afc6ef10fffba319c781dfc9d0ec9 (patch)
tree65ca14b4c128e121903ace278bc7419456462fce /src
parenta0069b64b55bd239eb7d4678fb9792b1359210dc (diff)
downloadgsoc2013-empathy-19ff66754d0afc6ef10fffba319c781dfc9d0ec9.tar
gsoc2013-empathy-19ff66754d0afc6ef10fffba319c781dfc9d0ec9.tar.gz
gsoc2013-empathy-19ff66754d0afc6ef10fffba319c781dfc9d0ec9.tar.bz2
gsoc2013-empathy-19ff66754d0afc6ef10fffba319c781dfc9d0ec9.tar.lz
gsoc2013-empathy-19ff66754d0afc6ef10fffba319c781dfc9d0ec9.tar.xz
gsoc2013-empathy-19ff66754d0afc6ef10fffba319c781dfc9d0ec9.tar.zst
gsoc2013-empathy-19ff66754d0afc6ef10fffba319c781dfc9d0ec9.zip
Add "SMS:" to the tooltip
Diffstat (limited to 'src')
-rw-r--r--src/empathy-chat-window.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 31cc07040..038652f03 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -706,6 +706,10 @@ chat_window_update_chat_tab_full (EmpathyChat *chat,
id = name;
}
+ if (empathy_chat_is_sms_channel (chat)) {
+ append_markup_printf (tooltip, "%s ", _("SMS:"));
+ }
+
append_markup_printf (tooltip,
"<b>%s</b><small> (%s)</small>",
id,