diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2012-11-14 01:19:06 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2012-11-14 01:19:06 -0500 |
commit | 2352039c35ba8754f60ca45c24d46e253766b4e0 (patch) | |
tree | 31d9037b3b90ef000fe2a42bc56fcf679cca9b79 /src/LYOptions.c | |
parent | 9eebe49d8e59d0fed4ea8b2b3ef40d6221e9fea3 (diff) | |
download | lynx-snapshots-2352039c35ba8754f60ca45c24d46e253766b4e0.tar.gz |
snapshot of project "lynx", label v2-8-8dev_14e
Diffstat (limited to 'src/LYOptions.c')
-rw-r--r-- | src/LYOptions.c | 4 |
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"}, |