summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-02-22 23:49:47 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-02-22 23:49:47 -0500
commit23450f4e7441fbfc635e6919fff73373a6c43933 (patch)
tree7ed962c761627338dc676e038be7f390ea6a5610 /gdk-pixbuf
parentbcee7bda64efbda25060b3933ccbbcfbeb239372 (diff)
downloadgdk-pixbuf-23450f4e7441fbfc635e6919fff73373a6c43933.tar.gz
Fix incorrect string
String change. See bug 610235.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r--gdk-pixbuf/io-qtif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-qtif.c b/gdk-pixbuf/io-qtif.c
index a30b5c025..a1c57ba08 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;
}