diff src/conversation.c @ 4309:5978e3d53f29

[gaim-migrate @ 4563] Nicola's Lichtmaier (niqueco) provided more _() and a new es.po committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 13 Jan 2003 16:56:33 +0000
parents 650454171e0e
children f38956587637
line wrap: on
line diff
--- a/src/conversation.c	Sun Jan 12 23:13:51 2003 +0000
+++ b/src/conversation.c	Mon Jan 13 16:56:33 2003 +0000
@@ -150,10 +150,10 @@
 		if (fd) {
 			if (!(logging_options & OPT_LOG_STRIP_HTML))
 				fprintf(fd,
-					"<HR><BR><H3 Align=Center> ---- New Conversation @ %s ----</H3><BR>\n",
+					_("<HR><BR><H3 Align=Center> ---- New Conversation @ %s ----</H3><BR>\n"),
 					full_date());
 			else
-				fprintf(fd, " ---- New Conversation @ %s ----\n", full_date());
+				fprintf(fd, _(" ---- New Conversation @ %s ----\n"), full_date());
 			fclose(fd);
 		} else
 			/* do we want to do something here? */ ;