diff src/gtkimhtml.c @ 9706:d4634f26ef9b

[gaim-migrate @ 10567] Blather. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 07 Aug 2004 23:15:21 +0000
parents d6292978a704
children 4d05b6e9e9cd
line wrap: on
line diff
--- a/src/gtkimhtml.c	Sat Aug 07 22:54:27 2004 +0000
+++ b/src/gtkimhtml.c	Sat Aug 07 23:15:21 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.  Defaulting to PNG."));
-		type = g_strdup("png");
+						_("Unable to guess the image type based on the file extension supplied.  Using \".image\""));
+		type = g_strdup("image");
 	}
 
 	gdk_pixbuf_save(image->pixbuf, filename, type, &error, NULL);