]> Pileus Git - ~andy/gtk/commitdiff
Fix incorrect string
authorMatthias Clasen <mclasen@redhat.com>
Tue, 23 Feb 2010 04:49:47 +0000 (23:49 -0500)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:56:20 +0000 (20:56 -0400)
String change. See bug 610235.

gdk-pixbuf/io-qtif.c

index a30b5c0250aca75b030df43643bb415825535ee2..a1c57ba08efe3c592915dee33ba24e9553153b28 100644 (file)
@@ -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;
     }