gtk+ r21303 - trunk/gdk-pixbuf



Author: sbacher
Date: Fri Sep  5 20:52:40 2008
New Revision: 21303
URL: http://svn.gnome.org/viewvc/gtk+?rev=21303&view=rev

Log:
2008-09-05  Sebastien Bacher  <seb128 ubuntu com>

	* gdk-pixbuf-io.c: (gdk_pixbuf_load_module_unlocked):
	bug 550969 - fix a typo which breaks the static build


Modified:
   trunk/gdk-pixbuf/ChangeLog
   trunk/gdk-pixbuf/gdk-pixbuf-io.c

Modified: trunk/gdk-pixbuf/gdk-pixbuf-io.c
==============================================================================
--- trunk/gdk-pixbuf/gdk-pixbuf-io.c	(original)
+++ trunk/gdk-pixbuf/gdk-pixbuf-io.c	Fri Sep  5 20:52:40 2008
@@ -706,7 +706,7 @@
 	g_set_error (error,
 		     GDK_PIXBUF_ERROR,
 		     GDK_PIXBUF_ERROR_UNKNOWN_TYPE,
-		     _("Image type '%s' is not supported",
+		     _("Image type '%s' is not supported"),
 		     image_module->module_name);
 	return FALSE;
 #endif  /* !USE_GMODULE */



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