comparison plugins/iconaway.c @ 4585:2427d847e39c

[gaim-migrate @ 4869] Matthew Smith (smigs) writes: " - spelling+spec.diff corrects "formated" to "formatted" in oscar.c & all the translations, and removes "--disable-artsc" from gaim.spec.in as that configure option no longer exists. - plugins.diff marks up the plugin descriptions and names with _() if it wasn't already present, and removes the differences between the two descriptions/names (i.e. *char name and desc.name) that were present for some plugins. I only did this for plugins that get compiled by default, though.. not much point in doing the others =P " committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 17 Feb 2003 15:22:21 +0000
parents 62c1e5e656d0
children 0b1c01fd68f1
comparison
equal deleted inserted replaced
4584:126134f70c30 4585:2427d847e39c
72 desc.url = g_strdup(WEBSITE); 72 desc.url = g_strdup(WEBSITE);
73 return &desc; 73 return &desc;
74 } 74 }
75 75
76 G_MODULE_EXPORT char *name() { 76 G_MODULE_EXPORT char *name() {
77 return _("Iconify On Away"); 77 return _("Iconify on away");
78 } 78 }
79 79
80 G_MODULE_EXPORT char *description() { 80 G_MODULE_EXPORT char *description() {
81 return _("Iconifies the away box and the buddy list when you go away."); 81 return _("Iconifies the away box and the buddy list when you go away.");
82 } 82 }