changeset 1743:dcbf31f99fa3

Do not automatically append ":" to the "info" string
author Mikael Berthe <mikael@lilotux.net>
date Tue, 09 Mar 2010 20:45:57 +0100
parents d86e35d72955
children 38103f4213c0
files mcabber/mcabber/screen.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/mcabber/screen.c	Sun Mar 07 14:50:00 2010 +0100
+++ b/mcabber/mcabber/screen.c	Tue Mar 09 20:45:57 2010 +0100
@@ -1398,7 +1398,7 @@
   werase(mainstatusWnd);
   if (info) {
     char *info_locale = from_utf8(info);
-    mvwprintw(mainstatusWnd, 0, 0, "%c[%c] %s: %s",
+    mvwprintw(mainstatusWnd, 0, 0, "%c[%c] %s %s",
               (unread_msg(NULL) ? '#' : ' '),
               imstatus2char[xmpp_getstatus()],
               info_locale, (sm ? sm : ""));