summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix.h
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-05-15 23:08:19 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-05-15 23:08:19 +0000
commitfb624de595a83ef66e28a002bee8c45a8d507eb3 (patch)
tree2525e99704f1c936036b4dd9508a63a82d571f9f /mixlib/mix.h
parent90a4083a2fc271cd41ef61f8000f8bccab5546ca (diff)
downloadmdk-fb624de595a83ef66e28a002bee8c45a8d507eb3.tar.gz
mdk-fb624de595a83ef66e28a002bee8c45a8d507eb3.tar.bz2
0.3.2 release
Diffstat (limited to 'mixlib/mix.h')
-rw-r--r--mixlib/mix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mixlib/mix.h b/mixlib/mix.h
index 42eb4c9..37e7453 100644
--- a/mixlib/mix.h
+++ b/mixlib/mix.h
@@ -1,7 +1,7 @@
/* -*-c-*- ---------------- mix.h :
* Initialisation of the mix library
* ------------------------------------------------------------------
- * Copyright (C) 2000 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@
# include <libintl.h>
# define gettext_noop(String) (String)
#else
-# include <intl/libintl.h>
+# include <intl/libgettext.h>
#endif
#define _(String) gettext (String)