summaryrefslogtreecommitdiff
path: root/src/main/print-util.c
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-10-26 17:28:54 +0000
committerRoger Leigh <rleigh@debian.org>2008-10-26 17:28:54 +0000
commit33a17feb28af2d2aeabc8c7ab5ef509ea3de15a7 (patch)
treed444cf1a245694bd049a9e6722c41b8f280ad429 /src/main/print-util.c
parent9d82a443d65ea3e4e015ba6988208231fa8fdc77 (diff)
Imported Upstream version 5.2.1
Diffstat (limited to 'src/main/print-util.c')
-rw-r--r--src/main/print-util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/print-util.c b/src/main/print-util.c
index ad4e4b9..3ab6959 100644
--- a/src/main/print-util.c
+++ b/src/main/print-util.c
@@ -1,5 +1,5 @@
/*
- * "$Id: print-util.c,v 1.115 2007/09/02 18:11:51 rlk Exp $"
+ * "$Id: print-util.c,v 1.116 2008/07/08 17:32:02 easysw Exp $"
*
* Print plug-in driver utility functions for the GIMP.
*
@@ -541,7 +541,7 @@ stp_strdup(const char *s)
const char *
stp_set_output_codeset(const char *codeset)
{
-#ifdef ENABLE_NLS
+#if defined(ENABLE_NLS) && !defined(__APPLE__)
return (const char *)(bind_textdomain_codeset(PACKAGE, codeset));
#else
return "US-ASCII";