pidgin/gtkconn.c

changeset 16071
044392e01c96
parent 15931
716b5fac1895
child 16238
33bf2fd32108
child 16254
eeb2bba4dc94
child 20478
46933dc62880
equal deleted inserted replaced
16070:a62d3dd37238 16071:044392e01c96
175 purple_account_get_protocol_name(account)); 175 purple_account_get_protocol_name(account));
176 } 176 }
177 177
178 p = g_strdup_printf(_("%s disconnected"), n); 178 p = g_strdup_printf(_("%s disconnected"), n);
179 s = g_strdup_printf(_("%s\n\n" 179 s = g_strdup_printf(_("%s\n\n"
180 PIDGIN_NAME " will not attempt to reconnect the account until you " 180 "%s will not attempt to reconnect the account until you "
181 "correct the error and re-enable the account."), text); 181 "correct the error and re-enable the account."), text, PIDGIN_NAME);
182 purple_notify_error(NULL, NULL, p, s); 182 purple_notify_error(NULL, NULL, p, s);
183 g_free(p); 183 g_free(p);
184 g_free(s); 184 g_free(s);
185 g_free(n); 185 g_free(n);
186 186

mercurial