comparison src/gtkutils.c @ 10951:84d8279259c9

[gaim-migrate @ 12751] sf patch #1211745 (kind of), from Richard Laager The image drag-and-drop dialog is missing a space so two words run together. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 31 May 2005 23:36:16 +0000
parents 6240d7fd5b2c
children 829ab6b71ffe
comparison
equal deleted inserted replaced
10950:4b0f64ab869c 10951:84d8279259c9
1509 ft = prpl_info->can_receive_file(gc, who); 1509 ft = prpl_info->can_receive_file(gc, who);
1510 1510
1511 if (im && ft) 1511 if (im && ft)
1512 gaim_request_choice(NULL, NULL, 1512 gaim_request_choice(NULL, NULL,
1513 _("You have dragged an image"), 1513 _("You have dragged an image"),
1514 _("You can send this image as a file transfer," 1514 _("You can send this image as a file transfer, "
1515 " embed it into this message, or use it as the buddy icon for this user."), 1515 "embed it into this message, or use it as the buddy icon for this user."),
1516 DND_BUDDY_ICON, "OK", (GCallback)dnd_image_ok_callback, 1516 DND_BUDDY_ICON, "OK", (GCallback)dnd_image_ok_callback,
1517 "Cancel", (GCallback)dnd_image_cancel_callback, data, 1517 "Cancel", (GCallback)dnd_image_cancel_callback, data,
1518 _("Set as buddy icon"), DND_BUDDY_ICON, 1518 _("Set as buddy icon"), DND_BUDDY_ICON,
1519 _("Send image file"), DND_FILE_TRANSFER, 1519 _("Send image file"), DND_FILE_TRANSFER,
1520 _("Insert in message"), DND_IM_IMAGE, NULL); 1520 _("Insert in message"), DND_IM_IMAGE, NULL);
1523 _("Would you like to set it as the buddy icon for this user?"), 1523 _("Would you like to set it as the buddy icon for this user?"),
1524 0, data, (GCallback)dnd_set_icon_ok_cb, (GCallback)dnd_set_icon_cancel_cb); 1524 0, data, (GCallback)dnd_set_icon_ok_cb, (GCallback)dnd_set_icon_cancel_cb);
1525 else 1525 else
1526 gaim_request_choice(NULL, NULL, 1526 gaim_request_choice(NULL, NULL,
1527 _("You have dragged an image"), 1527 _("You have dragged an image"),
1528 ft ? _("You can send this image as a file transfer or" 1528 ft ? _("You can send this image as a file transfer or "
1529 "embed it into this message, or use it as the buddy icon for this user.") : 1529 "embed it into this message, or use it as the buddy icon for this user.") :
1530 _("You can insert this image into this message, or use it as the buddy icon for this user"), 1530 _("You can insert this image into this message, or use it as the buddy icon for this user"),
1531 DND_BUDDY_ICON, "OK", (GCallback)dnd_image_ok_callback, 1531 DND_BUDDY_ICON, "OK", (GCallback)dnd_image_ok_callback,
1532 "Cancel", (GCallback)dnd_image_cancel_callback, data, 1532 "Cancel", (GCallback)dnd_image_cancel_callback, data,
1533 _("Set as buddy icon"), DND_BUDDY_ICON, 1533 _("Set as buddy icon"), DND_BUDDY_ICON,