mcabber/src/screen.c
changeset 1488 b393b8cee171
parent 1487 f61ed2466f7c
child 1489 e9c71ce96dca
--- a/mcabber/src/screen.c	Sun Apr 20 17:01:24 2008 +0200
+++ b/mcabber/src/screen.c	Sun Apr 20 21:39:07 2008 +0200
@@ -1034,7 +1034,7 @@
       else if (line->flags & HBB_PREFIX_OTRCRYPT)
         cryptflag = 'O';
       else
-        cryptflag = '=';
+        cryptflag = '-';
       g_snprintf(pref, preflen, "%s-%c> ", date, cryptflag);
     } else if (line->flags & HBB_PREFIX_SPECIAL) {
       strftime(date, 30, getspectprefix(), localtime(&line->timestamp));