Mercurial > pidgin
diff src/conversation.c @ 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 | 5978e3d53f29 |
| children | 0c68d402f59f |
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? */ ;
