diff options
Diffstat (limited to 'src/libxinevdec/gdkpixbuf.c')
-rw-r--r-- | src/libxinevdec/gdkpixbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libxinevdec/gdkpixbuf.c b/src/libxinevdec/gdkpixbuf.c index bbd66f42f..1b30489f5 100644 --- a/src/libxinevdec/gdkpixbuf.c +++ b/src/libxinevdec/gdkpixbuf.c @@ -273,7 +273,7 @@ static void *init_class (xine_t *xine, void *data) { this->decoder_class.open_plugin = open_plugin; this->decoder_class.identifier = "gdkpixbuf"; - this->decoder_class.description = _("gdk-pixbuf image video decoder plugin"); + this->decoder_class.description = N_("gdk-pixbuf image video decoder plugin"); this->decoder_class.dispose = dispose_class; /* |