Oops, sorry for missing that. For both this and the xload equivalent: Reviewed-by: Alan Coopersmith <[email protected]>
[email protected] wrote: > From: Matthieu Herrb <[email protected]> > > Signed-off-by: Matthieu Herrb <[email protected]> > --- > xfd.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/xfd.c b/xfd.c > index aa1f4a6..c49ba31 100644 > --- a/xfd.c > +++ b/xfd.c > @@ -196,6 +196,7 @@ main(int argc, char *argv[]) > xfd_options, XtNumber(xfd_options), > &argc, argv, NULL, NULL, 0); > > +#ifdef USE_GETTEXT > textdomain("xfd"); > > /* mainly for debugging */ > @@ -203,6 +204,7 @@ main(int argc, char *argv[]) > domaindir = LOCALEDIR; > } > bindtextdomain ("xfd", domaindir); > +#endif > > Resources[0].default_addr = gettext(DEF_SELECT_FORMAT); > Resources[1].default_addr = gettext(DEF_METRICS_FORMAT); -- -Alan Coopersmith- [email protected] Oracle Solaris Platform Engineering: X Window System _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
