src/log.c

changeset 8062
b5f3f1f9bc2d
parent 8059
07773ac5ec6f
child 8096
306a66d5171a
--- a/src/log.c	Sat Jan 10 06:06:02 2004 +0000
+++ b/src/log.c	Sat Jan 10 17:56:07 2004 +0000
@@ -487,9 +487,9 @@
 			date, from, msg_fixed);
 	else if (type & GAIM_MESSAGE_AUTO_RESP) {
 		if (type & GAIM_MESSAGE_SEND)
-			fprintf(data->file, _("<font color=\"#16569E\">(%s) <b>%s &lt;AUTO-REPLY&lt;:</b></font> %s<br/>\n"), date, from, msg_fixed);
+			fprintf(data->file, _("<font color=\"#16569E\">(%s) <b>%s &lt;AUTO-REPLY&gt;:</b></font> %s<br/>\n"), date, from, msg_fixed);
 		else if (type & GAIM_MESSAGE_RECV)
-			fprintf(data->file, _("<font color=\"#A82F2F\">(%s) <b>%s &lt;AUTO-REPLY&lt;:</b></font> %s<br/>\n"), date, from, msg_fixed);
+			fprintf(data->file, _("<font color=\"#A82F2F\">(%s) <b>%s &lt;AUTO-REPLY&gt;:</b></font> %s<br/>\n"), date, from, msg_fixed);
 	} else if (type & GAIM_MESSAGE_RECV) {
 		if(gaim_message_meify(msg_fixed, -1))
 			fprintf(data->file, "<font color=\"#6C2585\">(%s) <b>***%s</b></font> <font sml=\"%s\">%s</font><br/>\n",

mercurial