From f8c3b9839dfee51da1a7bef87bf92bcaf169c0d6 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Mon, 24 May 2010 18:24:56 +0200 Subject: Don't include gettext headers when NLS is disabled. --- src/redshift.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/redshift.c') diff --git a/src/redshift.c b/src/redshift.c index ad151ce..430c732 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -260,7 +260,7 @@ print_help(const char *program_name) fputs("\n", stdout); /* TRANSLATORS: help output 6 */ - printf("Please report bugs to <%s>\n", PACKAGE_BUGREPORT); + printf(_("Please report bugs to <%s>\n"), PACKAGE_BUGREPORT); } static void -- cgit v1.2.3-70-g09d2