src/gtkimhtml.c

changeset 9717
3c8f42ca313e
parent 9709
2e73f176cc80
child 9726
77d5f3e9e5a5
--- 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);

mercurial