# HG changeset patch # User Mark Doliner # Date 1091974890 0 # Node ID f105bc0270c7c0ab3caee97ea055751c5ebf5685 # Parent 8158d148b3c2b9c00d50fb04b2ba07abdeb019df [gaim-migrate @ 10578] nosnilmot pointed out that I'm dumb committer: Tailor Script diff -r 8158d148b3c2 -r f105bc0270c7 src/gtkimhtml.c --- a/src/gtkimhtml.c Sun Aug 08 14:06:58 2004 +0000 +++ b/src/gtkimhtml.c Sun Aug 08 14:21:30 2004 +0000 @@ -2803,8 +2803,8 @@ it's a png */ if (!type){ gtk_message_dialog_new(NULL, 0, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, - _("Unable to guess the image type based on the file extension supplied. Using \".image\"")); - type = g_strdup("image"); + _("Unable to guess the image type based on the file extension supplied. Defaulting to PNG.")); + type = g_strdup("png"); } gdk_pixbuf_save(image->pixbuf, filename, type, &error, NULL);