| 1541 _("You can insert this image into this message, or use it as the buddy icon for this user")), |
1541 _("You can insert this image into this message, or use it as the buddy icon for this user")), |
| 1542 (ft ? DND_FILE_TRANSFER : DND_IM_IMAGE), |
1542 (ft ? DND_FILE_TRANSFER : DND_IM_IMAGE), |
| 1543 "OK", (GCallback)dnd_image_ok_callback, |
1543 "OK", (GCallback)dnd_image_ok_callback, |
| 1544 "Cancel", (GCallback)dnd_image_cancel_callback, |
1544 "Cancel", (GCallback)dnd_image_cancel_callback, |
| 1545 account, who, NULL, |
1545 account, who, NULL, |
| 1546 data, |
1546 "conversation", data, |
| 1547 _("Set as buddy icon"), DND_BUDDY_ICON, |
1547 _("Set as buddy icon"), DND_BUDDY_ICON, |
| 1548 (ft ? _("Send image file") : _("Insert in message")), (ft ? DND_FILE_TRANSFER : DND_IM_IMAGE), |
1548 (ft ? _("Send image file") : _("Insert in message")), (ft ? DND_FILE_TRANSFER : DND_IM_IMAGE), |
| 1549 NULL); |
1549 NULL); |
| 1550 return; |
1550 return; |
| 1551 } |
1551 } |