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:
committed by
Martin Baulig
parent
7bdcc494c3
commit
bfe951b32a
@@ -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>
|
1999-01-23 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
* libgtopConf.sh.in (LIBGTOP_DATADIR): New variable.
|
* libgtopConf.sh.in (LIBGTOP_DATADIR): New variable.
|
||||||
|
@@ -132,7 +132,7 @@
|
|||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
#ifndef _
|
#ifndef _
|
||||||
#define _(String) gettext (String)
|
#define _(String) dgettext (PACKAGE, String)
|
||||||
#define N_(String) (String)
|
#define N_(String) (String)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user