summaryrefslogtreecommitdiffhomepage
path: root/mixlib
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
commitbbaf3258adced8e4d02b6a8880c4cd0883175cd8 (patch)
tree0cefab96c108efaaa096698432804ba25720e642 /mixlib
parent18b57c85c16a355c4a0b13528d0846f30fa277ce (diff)
downloadmdk-bbaf3258adced8e4d02b6a8880c4cd0883175cd8.tar.gz
mdk-bbaf3258adced8e4d02b6a8880c4cd0883175cd8.tar.bz2
0.3.2 release
Diffstat (limited to 'mixlib')
-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)