comparison 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
comparison
equal deleted inserted replaced
15382:a2689835f54a 15383:21bc8d84974f
579 gaim_log_common_sizer, 579 gaim_log_common_sizer,
580 txt_logger_total_size, 580 txt_logger_total_size,
581 txt_logger_list_syslog); 581 txt_logger_list_syslog);
582 gaim_log_logger_add(txt_logger); 582 gaim_log_logger_add(txt_logger);
583 583
584 old_logger = gaim_log_logger_new("old", _("Old Gaim"), 9, 584 old_logger = gaim_log_logger_new("old", _("Old flat format"), 9,
585 NULL, 585 NULL,
586 NULL, 586 NULL,
587 old_logger_finalize, 587 old_logger_finalize,
588 old_logger_list, 588 old_logger_list,
589 old_logger_read, 589 old_logger_read,