diff options
| author | Ulrich Drepper <[email protected]> | 2009-01-10 18:31:51 -0800 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2009-01-10 18:31:51 -0800 |
| commit | 43aafe6459ff27b755958037aa1469463d973a19 (patch) | |
| tree | 1c0aa573511efa6a8eb108a32aae447aa4c3071a /libelf/libelfP.h | |
| parent | 8b3946314d253a4ae2c903fd62070adc97be162a (diff) | |
We only have one translation domain, elfutils. Change use in libelf.
Diffstat (limited to 'libelf/libelfP.h')
| -rw-r--r-- | libelf/libelfP.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libelf/libelfP.h b/libelf/libelfP.h index e8100397..818f42ac 100644 --- a/libelf/libelfP.h +++ b/libelf/libelfP.h @@ -1,5 +1,5 @@ /* Internal interfaces for libelf. - Copyright (C) 1998-2003, 2005, 2006, 2007 Red Hat, Inc. + Copyright (C) 1998-2003, 2005, 2006, 2007, 2009 Red Hat, Inc. This file is part of Red Hat elfutils. Contributed by Ulrich Drepper <[email protected]>, 1998. @@ -64,7 +64,7 @@ #include <string.h> /* gettext helper macros. */ -#define _(Str) dgettext ("libelf", Str) +#define _(Str) dgettext ("elfutils", Str) /* Helper Macros to write 32 bit and 64 bit functions. */ |
