Mon, 22 Jan 2007 09:27:02 +0000
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
#include "gtkmodule.h" MODULE = Gaim::GtkUI::Log PACKAGE = Gaim::GtkUI::Log PREFIX = gaim_gtk_log_ PROTOTYPES: ENABLE Gaim::Handle gaim_gtk_log_get_handle() void gaim_gtk_log_show(type, screenname, account) Gaim::LogType type const char * screenname Gaim::Account account void gaim_gtk_log_show_contact(contact) Gaim::BuddyList::Contact contact MODULE = Gaim::GtkUI::Log PACKAGE = Gaim::GtkUI::SysLog PREFIX = gaim_gtk_syslog_ PROTOTYPES: ENABLE void gaim_gtk_syslog_show()