aboutsummaryrefslogtreecommitdiffstats
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-04-08 08:55:12 +0800
commit7c71a6d185f4482c10a692c56ec1fbc082de63a8 (patch)
treefc7faab02123f599c641943cf4b9b15d69144413
parentb0086a60412c0ab19af51979bec95f53195dda1d (diff)
downloadgsoc2013-empathy-7c71a6d185f4482c10a692c56ec1fbc082de63a8.tar
gsoc2013-empathy-7c71a6d185f4482c10a692c56ec1fbc082de63a8.tar.gz
gsoc2013-empathy-7c71a6d185f4482c10a692c56ec1fbc082de63a8.tar.bz2
gsoc2013-empathy-7c71a6d185f4482c10a692c56ec1fbc082de63a8.tar.lz
gsoc2013-empathy-7c71a6d185f4482c10a692c56ec1fbc082de63a8.tar.xz
gsoc2013-empathy-7c71a6d185f4482c10a692c56ec1fbc082de63a8.tar.zst
gsoc2013-empathy-7c71a6d185f4482c10a692c56ec1fbc082de63a8.zip
Add "SMS:" to the tooltip
-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 39c49f973..0e12d243d 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -701,6 +701,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,