mirror of https://github.com/MidnightCommander/mc
Clarify text of screen_msg message.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
17706ad9f3
commit
ec296b2c9f
|
@ -50,7 +50,7 @@ AC_DEFUN([mc_CHECK_NCURSES_BY_PATH], [
|
|||
|
||||
if test x"$found_ncurses" = x"yes"; then
|
||||
screen_type=ncurses
|
||||
screen_msg="Ncurses library"
|
||||
screen_msg="NCurses"
|
||||
|
||||
AC_DEFINE(HAVE_NCURSES, 1,
|
||||
[Define to use ncurses library for screen management])
|
||||
|
@ -103,7 +103,7 @@ AC_DEFUN([mc_WITH_NCURSES], [
|
|||
[AC_MSG_ERROR([Cannot find ncurses library])])
|
||||
|
||||
screen_type=ncurses
|
||||
screen_msg="Ncurses library"
|
||||
screen_msg="NCurses"
|
||||
AC_DEFINE(USE_NCURSES, 1,
|
||||
[Define to use ncurses for screen management])
|
||||
else
|
||||
|
@ -127,7 +127,7 @@ AC_DEFUN([mc_WITH_NCURSES], [
|
|||
fi
|
||||
|
||||
screen_type=ncurses
|
||||
screen_msg="Ncurses library"
|
||||
screen_msg="NCurses"
|
||||
AC_DEFINE(USE_NCURSES, 1,
|
||||
[Define to use ncurses for screen management])
|
||||
fi
|
||||
|
@ -177,7 +177,7 @@ AC_DEFUN([mc_WITH_NCURSESW], [
|
|||
fi
|
||||
|
||||
screen_type=ncursesw
|
||||
screen_msg="Ncursesw library"
|
||||
screen_msg="NCursesw"
|
||||
AC_DEFINE(USE_NCURSESW, 1,
|
||||
[Define to use ncursesw for screen management])
|
||||
|
||||
|
|
|
@ -204,7 +204,7 @@ AC_DEFUN([mc_WITH_SLANG], [
|
|||
fi
|
||||
|
||||
screen_type=slang
|
||||
screen_msg="S-Lang library"
|
||||
screen_msg="S-Lang"
|
||||
AC_DEFINE(HAVE_SLANG, 1, [Define to use S-Lang library for screen management])
|
||||
|
||||
mc_CHECK_SLANG_HEADER
|
||||
|
|
Loading…
Reference in New Issue