Do not automatically append ":" to the "info" string
authorMikael Berthe <mikael@lilotux.net>
Tue, 09 Mar 2010 20:45:57 +0100
changeset 1743 dcbf31f99fa3
parent 1742 d86e35d72955
child 1744 38103f4213c0
Do not automatically append ":" to the "info" string
mcabber/mcabber/screen.c
--- 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 : ""));