Mercurial > pidgin.yaz
changeset 4260:43864b6a28a2
[gaim-migrate @ 4511]
Luke, you need to have more fun.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 09 Jan 2003 01:32:54 +0000 |
parents | a533999c8a6c |
children | e252238f99df |
files | plugins/idle.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/idle.c Thu Jan 09 01:24:27 2003 +0000 +++ b/plugins/idle.c Thu Jan 09 01:32:54 2003 +0000 @@ -79,7 +79,7 @@ struct gaim_plugin_description desc; struct gaim_plugin_description *gaim_plugin_desc() { desc.api_version = PLUGIN_API_VERSION; - desc.name = g_strdup("Idle Maker"); + desc.name = g_strdup("I'dle Mak'er"); desc.version = g_strdup(VERSION); desc.description = g_strdup("Allows you to hand-configure how long you've been idle for"); desc.authors = g_strdup("Eric Warmenhoven <eric@warmenhoven.org>");