summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-10 17:38:46 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-10 17:38:46 +0000
commite07d8ace636273c3b848c5dc6bdec6b86c3b3270 (patch)
treec458dea9dd865fbc31def8d5ee3fd97108791262 /src
parent039f8ba0951d192284395852d27c06ae7542a093 (diff)
downloadxine-lib-e07d8ace636273c3b848c5dc6bdec6b86c3b3270.tar.gz
xine-lib-e07d8ace636273c3b848c5dc6bdec6b86c3b3270.tar.bz2
Revert to use libxine1 as domain name, but ensure that newer gettext versions behave as intended.
CVS patchset: 8032 CVS date: 2006/06/10 17:38:46
Diffstat (limited to 'src')
-rw-r--r--src/input/vcd/vcdplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/vcd/vcdplayer.h b/src/input/vcd/vcdplayer.h
index f17e8a8d8..9a9ed7a1b 100644
--- a/src/input/vcd/vcdplayer.h
+++ b/src/input/vcd/vcdplayer.h
@@ -1,5 +1,5 @@
/*
- $Id: vcdplayer.h,v 1.11 2006/06/10 00:29:39 dgp85 Exp $
+ $Id: vcdplayer.h,v 1.12 2006/06/10 17:38:47 dgp85 Exp $
Copyright (C) 2002, 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
@@ -33,7 +33,7 @@
#ifdef ENABLE_NLS
#include <locale.h>
# include <libintl.h>
-# define _(String) dgettext ("xine-lib", String)
+# define _(String) dgettext (XINE_TEXTDOMAIN, String)
#else
/* Stubs that do something close enough. */
# define _(String) (String)