[empathy: 6/14] Add "SMS:" to the tooltip



commit 19ff66754d0afc6ef10fffba319c781dfc9d0ec9
Author: Danielle Madeley <danielle madeley collabora co uk>
Date:   Thu Apr 7 11:43:07 2011 +1000

    Add "SMS:" to the tooltip

 src/empathy-chat-window.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 31cc070..038652f 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]