Mercurial > pidgin.yaz
diff plugins/filectl.c @ 10272:bf1ebc8f3bf3
[gaim-migrate @ 11421]
Change "Signoff" to "Log Out" in a few user-visible places.
I <dinky little heart> consistency.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 27 Nov 2004 17:07:28 +0000 |
parents | db39c909d467 |
children | 61852117568f |
line wrap: on
line diff
--- a/plugins/filectl.c Sat Nov 27 16:09:31 2004 +0000 +++ b/plugins/filectl.c Sat Nov 27 17:07:28 2004 +0000 @@ -57,7 +57,7 @@ gaim_debug_misc("filectl", "read: %s\n", buffer); command = getarg(buffer, 0, 0); - if (!strncasecmp(command, "signon", 6)) { + if (!strncasecmp(command, "login", 6)) { GaimAccount *account; arg1 = getarg(buffer, 1, 0); @@ -70,7 +70,7 @@ free(arg1); free(arg2); - } else if (!strncasecmp(command, "signoff", 7)) { + } else if (!strncasecmp(command, "logout", 7)) { GaimAccount *account; GaimConnection *gc;