finch/gntconn.c

changeset 16490
68c22924d66b
parent 16255
fa61ee19f526
child 17164
3a005b9e8f28
equal deleted inserted replaced
16486:38aacc32c289 16490:68c22924d66b
41 primary = g_strdup_printf(_("%s disconnected."), act); 41 primary = g_strdup_printf(_("%s disconnected."), act);
42 secondary = g_strdup_printf(_("%s was disconnected due to the following error:\n%s"), 42 secondary = g_strdup_printf(_("%s was disconnected due to the following error:\n%s"),
43 act, text); 43 act, text);
44 44
45 purple_request_action(account, _("Connection Error"), primary, secondary, 1, 45 purple_request_action(account, _("Connection Error"), primary, secondary, 1,
46 account, NULL, NULL,
46 account, 2, 47 account, 2,
47 _("OK"), NULL, 48 _("OK"), NULL,
48 _("Connect"), 49 _("Connect"),
49 PURPLE_CALLBACK(purple_account_connect)); 50 PURPLE_CALLBACK(purple_account_connect));
50 51

mercurial