comparison libpurple/protocols/gg/gg.c @ 21322:93e9e022a470

May as well use an existing string as the title for the error notification.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 11 Nov 2007 16:51:19 +0000
parents 12d6b551fb6a
children 48c6c89a8158
comparison
equal deleted inserted replaced
21321:12d6b551fb6a 21322:93e9e022a470
275 _("Buddylist saved successfully!"), NULL); 275 _("Buddylist saved successfully!"), NULL);
276 } else { 276 } else {
277 gchar *primary = g_strdup_printf( 277 gchar *primary = g_strdup_printf(
278 _("Couldn't write buddy list for %s to %s"), 278 _("Couldn't write buddy list for %s to %s"),
279 purple_account_get_username(account), filename); 279 purple_account_get_username(account), filename);
280 purple_notify_error(account, _("Couldn't save buddy list"), 280 purple_notify_error(account, _("Save Buddylist..."),
281 primary, NULL); 281 primary, NULL);
282 g_free(primary); 282 g_free(primary);
283 } 283 }
284 284
285 g_free(buddylist); 285 g_free(buddylist);