summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-10 00:29:39 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2006-06-10 00:29:39 +0000
commit9c5cc5fe454b6010bcb2b48779016e6175c46658 (patch)
treef8af46b47b0435262619d1be69998fe7bb655ca2 /src
parentc7fad16a08152b074e4631aede388588668b9bc5 (diff)
downloadxine-lib-9c5cc5fe454b6010bcb2b48779016e6175c46658.tar.gz
xine-lib-9c5cc5fe454b6010bcb2b48779016e6175c46658.tar.bz2
Use xine-lib as domain, not libxine1.
CVS patchset: 8024 CVS date: 2006/06/10 00:29:39
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 99f74aca1..f17e8a8d8 100644
--- a/src/input/vcd/vcdplayer.h
+++ b/src/input/vcd/vcdplayer.h
@@ -1,5 +1,5 @@
/*
- $Id: vcdplayer.h,v 1.10 2005/06/19 03:47:45 rockyb Exp $
+ $Id: vcdplayer.h,v 1.11 2006/06/10 00:29:39 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 ("libxine1", String)
+# define _(String) dgettext ("xine-lib", String)
#else
/* Stubs that do something close enough. */
# define _(String) (String)