[gtk+] Fix incorrect string



commit 23450f4e7441fbfc635e6919fff73373a6c43933
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Feb 22 23:49:47 2010 -0500

    Fix incorrect string
    
    String change. See bug 610235.

 gdk-pixbuf/io-qtif.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk-pixbuf/io-qtif.c b/gdk-pixbuf/io-qtif.c
index a30b5c0..a1c57ba 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;
     }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]