comparison src/gtkconv.c @ 7108:6faeeecab0dc

[gaim-migrate @ 7673] Put the rest of util.[ch] into namespaces and sectioned off the functions. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 01 Oct 2003 07:15:53 +0000
parents 9220c7490cd1
children bf630f7dfdcd
comparison
equal deleted inserted replaced
7107:9220c7490cd1 7108:6faeeecab0dc
3921 /* "---- " is a delimiter, see dialogs.c:show_log() */ 3921 /* "---- " is a delimiter, see dialogs.c:show_log() */
3922 if (!gaim_prefs_get_bool("/gaim/gtk/logging/strip_html")) 3922 if (!gaim_prefs_get_bool("/gaim/gtk/logging/strip_html"))
3923 fprintf(fd, 3923 fprintf(fd,
3924 _("<HR><BR><H3 Align=Center> " 3924 _("<HR><BR><H3 Align=Center> "
3925 "---- New Conversation @ %s ----</H3><BR>\n"), 3925 "---- New Conversation @ %s ----</H3><BR>\n"),
3926 full_date()); 3926 gaim_date_full());
3927 else 3927 else
3928 fprintf(fd, _("---- New Conversation @ %s ----\n"), 3928 fprintf(fd, _("---- New Conversation @ %s ----\n"),
3929 full_date()); 3929 gaim_date_full());
3930 3930
3931 fclose(fd); 3931 fclose(fd);
3932 } 3932 }
3933 } 3933 }
3934 3934