Use dgettext (), not gettext ().

1999-02-04  Martin Baulig  <martin@home-of-linux.org>

	* include/glibtop/global.h (_): Use dgettext (), not gettext ().
This commit is contained in:
Martin Baulig
1999-02-04 19:23:30 +00:00
committed by Martin Baulig
parent 7bdcc494c3
commit bfe951b32a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
1999-02-04 Martin Baulig <martin@home-of-linux.org>
* include/glibtop/global.h (_): Use dgettext (), not gettext ().
1999-01-23 Martin Baulig <martin@home-of-linux.org>
* libgtopConf.sh.in (LIBGTOP_DATADIR): New variable.

View File

@@ -132,7 +132,7 @@
__BEGIN_DECLS
#ifndef _
#define _(String) gettext (String)
#define _(String) dgettext (PACKAGE, String)
#define N_(String) (String)
#endif