diff 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
line wrap: on
line diff
--- a/src/gtkconv.c	Wed Oct 01 06:17:28 2003 +0000
+++ b/src/gtkconv.c	Wed Oct 01 07:15:53 2003 +0000
@@ -3923,10 +3923,10 @@
 					fprintf(fd,
 							_("<HR><BR><H3 Align=Center> "
 							"---- New Conversation @ %s ----</H3><BR>\n"),
-							full_date());
+							gaim_date_full());
 				else
 					fprintf(fd, _("---- New Conversation @ %s ----\n"),
-							full_date());
+							gaim_date_full());
 
 				fclose(fd);
 			}