diff --git a/src/ChangeLog b/src/ChangeLog index b4f41bd74..61725d65a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2001-08-15 Pavel Roskin + + * textconf.c (features): Fix interpretation of + HAVE_SYSTEM_SLANG. + From David Martin + 2001-08-14 Pavel Roskin * key.h (define_sequence): Change declaration to return int. diff --git a/src/textconf.c b/src/textconf.c index 8422d2b73..3913f232c 100644 --- a/src/textconf.c +++ b/src/textconf.c @@ -44,9 +44,9 @@ static const char * const features [] = { #ifdef HAVE_SLANG # ifdef HAVE_SYSTEM_SLANG - N_("Using S-Lang library"), -# else N_("Using system-installed S-Lang library"), +# else + N_("Using S-Lang library"), # endif " ",