comparison plugins/iconaway.c @ 3564:83a54877f1ae

[gaim-migrate @ 3659] fixed a misspelling. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 28 Sep 2002 17:46:10 +0000
parents cd938f18f3f8
children 9682c0e022c6
comparison
equal deleted inserted replaced
3563:e120097bbd72 3564:83a54877f1ae
36 struct gaim_plugin_description desc; 36 struct gaim_plugin_description desc;
37 struct gaim_plugin_description *gaim_plugin_desc() { 37 struct gaim_plugin_description *gaim_plugin_desc() {
38 desc.api_version = PLUGIN_API_VERSION; 38 desc.api_version = PLUGIN_API_VERSION;
39 desc.name = g_strdup("Iconify on away"); 39 desc.name = g_strdup("Iconify on away");
40 desc.version = g_strdup(VERSION); 40 desc.version = g_strdup(VERSION);
41 desc.description = g_strdup("Iconifies the away box and thee buddy list when you go away."); 41 desc.description = g_strdup("Iconifies the away box and the buddy list when you go away.");
42 desc.authors = g_strdup("Eric Warmenhoven &lt;eric@warmenhoven.org>"); 42 desc.authors = g_strdup("Eric Warmenhoven &lt;eric@warmenhoven.org>");
43 desc.url = g_strdup(WEBSITE); 43 desc.url = g_strdup(WEBSITE);
44 return &desc; 44 return &desc;
45 } 45 }
46 46