diff options
author | Sean Egan <seanegan@pidgin.im> | 2007-01-22 09:27:02 +0000 |
---|---|---|
committer | Sean Egan <seanegan@pidgin.im> | 2007-01-22 09:27:02 +0000 |
commit | 7a6d72436d953e90e6740e915b37a95b3aeb4ac6 (patch) | |
tree | ac86bf723e402f96e91280d146c739bfa9453f0b /libpurple/log.c | |
parent | b0f16df538c4cc3c561ae7ed8cd8826e8ebaf286 (diff) | |
download | pidgin-7a6d72436d953e90e6740e915b37a95b3aeb4ac6.tar.gz |
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
Diffstat (limited to 'libpurple/log.c')
-rw-r--r-- | libpurple/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/log.c b/libpurple/log.c index ac289c65da..6f173273ae 100644 --- a/libpurple/log.c +++ b/libpurple/log.c @@ -581,7 +581,7 @@ void gaim_log_init(void) 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, |