changeset 4311:f38956587637

[gaim-migrate @ 4565] breaking the log viewwer before we have a replacement log viewwer is bad(tm) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 13 Jan 2003 21:35:49 +0000
parents f4bb4d2dff9e
children 5a832bf74060
files src/conversation.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/conversation.c	Mon Jan 13 16:59:44 2003 +0000
+++ b/src/conversation.c	Mon Jan 13 21:35:49 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? */ ;