From 118bbd7a0984c6628a3ed9ef4361304e17625224 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 14 Dec 2009 23:11:55 -0200 Subject: [PATCH] Finally found the large dash code --- mitterlib/ui/ui_pygtk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitterlib/ui/ui_pygtk.py b/mitterlib/ui/ui_pygtk.py index 1d55555..032372a 100644 --- a/mitterlib/ui/ui_pygtk.py +++ b/mitterlib/ui/ui_pygtk.py @@ -576,7 +576,7 @@ class Interface(object): read_status = '' if data.reposted_by: - markup = '%s (%s -- reposted by %s)' \ + markup = '%s (%s — reposted by %s)' \ ':%s\n%s\n%s' % \ (data.name, username, data.reposted_by, read_status, message, time)