pidgin/gtkutils.c

changeset 19299
c5d4c58c758b
parent 19298
5c222783a163
child 19997
24bc4ea43075
equal deleted inserted replaced
19298:5c222783a163 19299:c5d4c58c758b
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 }

mercurial