--- 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);