diff src/log.c @ 7470:ad6435eccf2b

[gaim-migrate @ 8083] Thanks to maxcow and SimGuy for noticing the crap out of this committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 11 Nov 2003 00:25:06 +0000
parents f2d82df37252
children 68020c122954
line wrap: on
line diff
--- a/src/log.c	Mon Nov 10 22:13:18 2003 +0000
+++ b/src/log.c	Tue Nov 11 00:25:06 2003 +0000
@@ -76,7 +76,7 @@
 		gaim_str_strip_linefeed(ret);
 		return ret;
 	}
-	return (_("<b><font color\"=red\">The logger has no read function</font></b>"));
+	return (_("<b><font color=\"red\">The logger has no read function</font></b>"));
 }
 
 /****************************************************************************