src/protocols/icq/gaim_icq.c

changeset 2706
ac9384d37d6c
parent 2681
73cd94b9e78e
child 2773
3f711c709792
--- 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;

mercurial