about summary refs log tree commit diff stats
path: root/src/LYOptions.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2012-11-14 01:19:06 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2012-11-14 01:19:06 -0500
commit2352039c35ba8754f60ca45c24d46e253766b4e0 (patch)
tree31d9037b3b90ef000fe2a42bc56fcf679cca9b79 /src/LYOptions.c
parent9eebe49d8e59d0fed4ea8b2b3ef40d6221e9fea3 (diff)
downloadlynx-snapshots-2352039c35ba8754f60ca45c24d46e253766b4e0.tar.gz
snapshot of project "lynx", label v2-8-8dev_14e
Diffstat (limited to 'src/LYOptions.c')
-rw-r--r--src/LYOptions.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/LYOptions.c b/src/LYOptions.c
index 6d1822bb..d533a3dc 100644
--- a/src/LYOptions.c
+++ b/src/LYOptions.c
@@ -1,4 +1,4 @@
-/* $LynxId: LYOptions.c,v 1.149 2012/02/10 18:36:39 tom Exp $ */
+/* $LynxId: LYOptions.c,v 1.150 2012/11/14 01:07:12 tom Exp $ */
 #include <HTUtils.h>
 #include <HTFTP.h>
 #include <HTTP.h>		/* 'reloading' flag */
@@ -2381,6 +2381,8 @@ static OptValues rate_values[] =
 #ifdef USE_READPROGRESS
     {rateEtaBYTES, N_("Show %s/sec, ETA"), "rate_eta_bytes"},
     {rateEtaKB, N_("Show %s/sec, ETA"), "rate_eta_kb"},
+    {rateEtaBYTES2, N_("Show %s/sec (2-digits), ETA"), "rate_eta_bytes2"},
+    {rateEtaKB2, N_("Show %s/sec (2-digits), ETA"), "rate_eta_kb2"},
 #endif
 #ifdef USE_PROGRESSBAR
     {rateBAR, N_("Show progressbar"), "rate_bar"},