comparison src/gtkconv.c @ 6244:519028f52516

[gaim-migrate @ 6738] Bjoern Voigt writes: "I prepared a new i18n patch (i18n14.patch). Parts of this patch I already send to you, but I couldn't see it in gaim-commits. I recently subscribed gaim-commits, so it's easier for me to see, whether or not and when my patch is commited. i18n14.patch contains: - updated German translation - updated file po/POTFILES.in - a fix for gaim's history dialog (the timestamps were temporarily not visible)" committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 20 Jul 2003 14:11:43 +0000
parents 3b5c86808a66
children 9287c2897a07
comparison
equal deleted inserted replaced
6243:34d553c43e8b 6244:519028f52516
3903 (conv_type == GAIM_CONV_CHAT ? ".chat" : "")); 3903 (conv_type == GAIM_CONV_CHAT ? ".chat" : ""));
3904 3904
3905 fd = open_log_file(filename, (conv_type == GAIM_CONV_CHAT)); 3905 fd = open_log_file(filename, (conv_type == GAIM_CONV_CHAT));
3906 3906
3907 if (fd) { 3907 if (fd) {
3908 /* "---- " is a delimiter, see dialogs.c:show_log() */
3908 if (!gaim_prefs_get_bool("/gaim/gtk/logging/strip_html")) 3909 if (!gaim_prefs_get_bool("/gaim/gtk/logging/strip_html"))
3909 fprintf(fd, 3910 fprintf(fd,
3910 _("<HR><BR><H3 Align=Center> " 3911 _("<HR><BR><H3 Align=Center> "
3911 "---- New Conversation @ %s ----</H3><BR>\n"), 3912 "---- New Conversation @ %s ----</H3><BR>\n"),
3912 full_date()); 3913 full_date());