changeset 9717:f105bc0270c7

[gaim-migrate @ 10578] nosnilmot pointed out that I'm dumb committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 14:21:30 +0000
parents 8158d148b3c2
children 78022bad9367
files src/gtkimhtml.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);