diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/input/vcd/vcdplayer.h | 4 |
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) |