changeset 4224:3efda23b7540

[gaim-migrate @ 4468] The Developer (thedeveloper) writes: "Ok since the new idle.c is in cvs and compiles by default this changes the plugin's name From I'dle Ma'ker to Idle Maker." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 07 Jan 2003 14:31:20 +0000
parents fc909686bbc1
children 76ea459c8b5b
files plugins/idle.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/idle.c	Tue Jan 07 14:29:34 2003 +0000
+++ b/plugins/idle.c	Tue Jan 07 14:31:20 2003 +0000
@@ -17,7 +17,7 @@
 static struct gaim_connection *gc = NULL;
 
 char *name() {
-	return "I'dle Mak'er";
+	return "Idle Maker";
 }
 
 char *description() {
@@ -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("I'dle Mak'er");
+	desc.name = g_strdup("Idle Maker");
 	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 &lt;eric@warmenhoven.org>");