[gtk+/native-layout] Fix incorrect string
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/native-layout] Fix incorrect string
- Date: Sun, 4 Apr 2010 02:29:37 +0000 (UTC)
commit 2c6b8680c30c5085e8c2ec4c92a80d2929c5721d
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]