diff libpurple/log.c @ 15383:21bc8d84974f

I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able to provide a user-readable client name as well as website, as some of my re-wordings come out somewhat awkward when I force not mentioning Gaim
author Sean Egan <seanegan@gmail.com>
date Mon, 22 Jan 2007 09:27:02 +0000
parents 5fe8042783c1
children da62cc01dd56
line wrap: on
line diff
--- a/libpurple/log.c	Mon Jan 22 09:05:30 2007 +0000
+++ b/libpurple/log.c	Mon Jan 22 09:27:02 2007 +0000
@@ -581,7 +581,7 @@
 									 txt_logger_list_syslog);
 	gaim_log_logger_add(txt_logger);
 
-	old_logger = gaim_log_logger_new("old", _("Old Gaim"), 9,
+	old_logger = gaim_log_logger_new("old", _("Old flat format"), 9,
 									 NULL,
 									 NULL,
 									 old_logger_finalize,