comparison src/conversation.c @ 10962:ee4ca56ed8a5

[gaim-migrate @ 12765] Kevin Stange found this... committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Wed, 01 Jun 2005 08:06:25 +0000
parents 90d22e1b68df
children 57e3e958ff49
comparison
equal deleted inserted replaced
10961:42769b481935 10962:ee4ca56ed8a5
247 } 247 }
248 else { 248 else {
249 msg = _("Unable to send message."); 249 msg = _("Unable to send message.");
250 250
251 if (!gaim_conv_present_error(who, account, msg)) { 251 if (!gaim_conv_present_error(who, account, msg)) {
252 msg = g_strdup_printf(_("Unable to send messge to %s."), who); 252 msg = g_strdup_printf(_("Unable to send message to %s."), who);
253 gaim_notify_error(gc, NULL, msg, NULL); 253 gaim_notify_error(gc, NULL, msg, NULL);
254 g_free(msg); 254 g_free(msg);
255 } 255 }
256 } 256 }
257 } 257 }