From 23450f4e7441fbfc635e6919fff73373a6c43933 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 22 Feb 2010 23:49:47 -0500 Subject: [PATCH] Fix incorrect string String change. See bug 610235. --- gdk-pixbuf/io-qtif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk-pixbuf/io-qtif.c b/gdk-pixbuf/io-qtif.c index a30b5c0250..a1c57ba08e 100644 --- a/gdk-pixbuf/io-qtif.c +++ b/gdk-pixbuf/io-qtif.c @@ -254,7 +254,7 @@ static gpointer gdk_pixbuf__qtif_image_begin_load (GdkPixbufModuleSizeFunc size_ { g_set_error_literal (error, GDK_PIXBUF_ERROR, GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY, - _("Failed to QTIF context structure.")); + _("Failed to allocate QTIF context structure.")); return NULL; }