mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 01:54:24 +03:00
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
|
if test x"$found_ncurses" = x"yes"; then
|
||||||
screen_type=ncurses
|
screen_type=ncurses
|
||||||
screen_msg="Ncurses library"
|
screen_msg="NCurses"
|
||||||
|
|
||||||
AC_DEFINE(HAVE_NCURSES, 1,
|
AC_DEFINE(HAVE_NCURSES, 1,
|
||||||
[Define to use ncurses library for screen management])
|
[Define to use ncurses library for screen management])
|
||||||
@ -103,7 +103,7 @@ AC_DEFUN([mc_WITH_NCURSES], [
|
|||||||
[AC_MSG_ERROR([Cannot find ncurses library])])
|
[AC_MSG_ERROR([Cannot find ncurses library])])
|
||||||
|
|
||||||
screen_type=ncurses
|
screen_type=ncurses
|
||||||
screen_msg="Ncurses library"
|
screen_msg="NCurses"
|
||||||
AC_DEFINE(USE_NCURSES, 1,
|
AC_DEFINE(USE_NCURSES, 1,
|
||||||
[Define to use ncurses for screen management])
|
[Define to use ncurses for screen management])
|
||||||
else
|
else
|
||||||
@ -127,7 +127,7 @@ AC_DEFUN([mc_WITH_NCURSES], [
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
screen_type=ncurses
|
screen_type=ncurses
|
||||||
screen_msg="Ncurses library"
|
screen_msg="NCurses"
|
||||||
AC_DEFINE(USE_NCURSES, 1,
|
AC_DEFINE(USE_NCURSES, 1,
|
||||||
[Define to use ncurses for screen management])
|
[Define to use ncurses for screen management])
|
||||||
fi
|
fi
|
||||||
@ -177,7 +177,7 @@ AC_DEFUN([mc_WITH_NCURSESW], [
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
screen_type=ncursesw
|
screen_type=ncursesw
|
||||||
screen_msg="Ncursesw library"
|
screen_msg="NCursesw"
|
||||||
AC_DEFINE(USE_NCURSESW, 1,
|
AC_DEFINE(USE_NCURSESW, 1,
|
||||||
[Define to use ncursesw for screen management])
|
[Define to use ncursesw for screen management])
|
||||||
|
|
||||||
|
@ -204,7 +204,7 @@ AC_DEFUN([mc_WITH_SLANG], [
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
screen_type=slang
|
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])
|
AC_DEFINE(HAVE_SLANG, 1, [Define to use S-Lang library for screen management])
|
||||||
|
|
||||||
mc_CHECK_SLANG_HEADER
|
mc_CHECK_SLANG_HEADER
|
||||||
|
Loading…
Reference in New Issue
Block a user