summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-gdip-gif.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-12-18 23:01:03 -0500
committerMatthias Clasen <mclasen@redhat.com>2013-12-18 23:01:03 -0500
commit019c30d41ea27b7b1809634c01442885fe6a4e6e (patch)
tree8c6985bee4b4ee7f0f7118cf7c04a79046e0c8ae /gdk-pixbuf/io-gdip-gif.c
parent907a1af97da0091eeba995abd622be296ff9d33d (diff)
downloadgdk-pixbuf-019c30d41ea27b7b1809634c01442885fe6a4e6e.tar.gz
Consistenly annotate format names for translation
The right macro to use in the fill function is N_(), but some loaders were using _(). Correct this.
Diffstat (limited to 'gdk-pixbuf/io-gdip-gif.c')
-rw-r--r--gdk-pixbuf/io-gdip-gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-gdip-gif.c b/gdk-pixbuf/io-gdip-gif.c
index 7c8813dc2..872028f98 100644
--- a/gdk-pixbuf/io-gdip-gif.c
+++ b/gdk-pixbuf/io-gdip-gif.c
@@ -77,7 +77,7 @@ MODULE_ENTRY (fill_info) (GdkPixbufFormat *info)
info->name = "gif";
info->signature = (GdkPixbufModulePattern *) signature;
- info->description = _("The GIF image format");
+ info->description = N_("The GIF image format");
info->mime_types = (gchar **) mime_types;
info->extensions = (gchar **) extensions;
info->flags = GDK_PIXBUF_FORMAT_WRITABLE | GDK_PIXBUF_FORMAT_THREADSAFE;