1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00

Added info about lzma to the "About" dialog

This commit is contained in:
Witold Filipczyk 2006-03-31 20:35:08 +02:00 committed by Witold Filipczyk
parent dbfa8b35ae
commit 55176d79de

View File

@ -113,6 +113,9 @@ get_dyn_full_version(struct terminal *term, int more)
#ifdef CONFIG_BZIP2
comma, "bzip2",
#endif
#ifdef CONFIG_LZMA
comma, "lzma",
#endif
#ifndef CONFIG_MOUSE
comma, _("No mouse", term),
#endif