[gaim-migrate @ 4468]

Tue, 07 Jan 2003 14:31:20 +0000

author
The Developer
date
Tue, 07 Jan 2003 14:31:20 +0000
changeset 4224
322665f945f8
parent 4223
e09b40511084
child 4225
303f32ade05d

[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: Luke Schierer <lschiere@pidgin.im>

plugins/idle.c file | annotate | diff | comparison | revisions
--- 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>");

mercurial