Mercurial > pidgin
comparison src/server.c @ 6089:97835d03f0bb
[gaim-migrate @ 6548]
Claudio Satriano
updated the it.po
added some _() to gtkconv.c
added some _() to server.c
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Fri, 11 Jul 2003 15:09:19 +0000 |
| parents | adb43b7342ca |
| children | 34d553c43e8b |
comparison
equal
deleted
inserted
replaced
| 6088:4314e6be74c4 | 6089:97835d03f0bb |
|---|---|
| 1293 fd = open_log_file(filename, TRUE); | 1293 fd = open_log_file(filename, TRUE); |
| 1294 | 1294 |
| 1295 if (fd) { | 1295 if (fd) { |
| 1296 if (!gaim_prefs_get_bool("/gaim/gtk/logging/strip_html")) | 1296 if (!gaim_prefs_get_bool("/gaim/gtk/logging/strip_html")) |
| 1297 fprintf(fd, | 1297 fprintf(fd, |
| 1298 "<HR><BR><H3 Align=Center> ---- New Conversation @ %s ----</H3><BR>\n", | 1298 _("<HR><BR><H3 Align=Center> ---- New Conversation @ %s ----</H3><BR>\n"), |
| 1299 full_date()); | 1299 full_date()); |
| 1300 else | 1300 else |
| 1301 fprintf(fd, "---- New Conversation @ %s ----\n", full_date()); | 1301 fprintf(fd, _("---- New Conversation @ %s ----\n"), full_date()); |
| 1302 | 1302 |
| 1303 fclose(fd); | 1303 fclose(fd); |
| 1304 } | 1304 } |
| 1305 free(filename); | 1305 free(filename); |
| 1306 } | 1306 } |
