comparison finch/gntconn.c @ 17700:e0f7da938ad3

propagate from branch 'im.pidgin.pidgin' (head 234d50fbd0d7227e39d68d9dd3c21afc02b4fd01) to branch 'im.pidgin.finch.workspaces' (head 1c8dc02b27984381f3c5c0c6c1f8c4bedfd8dd86)
author Richard Nelson <wabz@pidgin.im>
date Fri, 27 Apr 2007 01:57:41 +0000
parents 08db93bbd798
children 46f2f86e08e4
comparison
equal deleted inserted replaced
17698:56d2ae9cbb5c 17700:e0f7da938ad3
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