diff src/protocols/icq/gaim_icq.c @ 2706:e841b14b5b89

[gaim-migrate @ 2719] oh committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 10 Nov 2001 08:02:40 +0000
parents 37d80035e77f
children a0fd8f91e294
line wrap: on
line diff
--- a/src/protocols/icq/gaim_icq.c	Sat Nov 10 03:50:52 2001 +0000
+++ b/src/protocols/icq/gaim_icq.c	Sat Nov 10 08:02:40 2001 +0000
@@ -302,6 +302,8 @@
 	icq_Link *link;
 	char ps[9];
 
+	gc->checkbox = _("Send message through server");
+
 	icq_LogLevel = ICQ_LOG_MESSAGE;
 
 	g_snprintf(ps, sizeof(ps), "%s", user->password);
@@ -500,7 +502,6 @@
 
 void icq_init(struct prpl *ret) {
 	ret->protocol = PROTO_ICQ;
-	ret->checkbox = "Send message through server";
 	ret->name = icq_name;
 	ret->list_icon = icq_list_icon;
 	ret->away_states = icq_away_states;