[gdk-pixbuf] Improve a string



commit 310d7d9b3add6d89cb171e69de2f98f12214fb89
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Nov 5 19:35:59 2010 -0400

    Improve a string
    
    Bug 627639

 gdk-pixbuf/io-pcx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk-pixbuf/io-pcx.c b/gdk-pixbuf/io-pcx.c
index a36f399..b658f58 100644
--- a/gdk-pixbuf/io-pcx.c
+++ b/gdk-pixbuf/io-pcx.c
@@ -653,7 +653,7 @@ gdk_pixbuf__pcx_load_increment(gpointer data, const guchar *buf, guint size,
 			if(context->bpp == 8) {
 				context->p_data = g_try_malloc(sizeof(guchar) * context->width * context->height);
 				if(!context->p_data) {
-					g_set_error_literal(error, GDK_PIXBUF_ERROR, GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY, _("Couldn't allocate memory for paletted data"));
+					g_set_error_literal(error, GDK_PIXBUF_ERROR, GDK_PIXBUF_ERROR_INSUFFICIENT_MEMORY, _("Couldn't allocate memory for PCX image"));
 					return FALSE;
 				}
 			}



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