diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-04-03 02:59:11 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-04-03 02:59:11 -0400 |
commit | 220883349fc51b8c34be950984b5b0cc0877f5c8 (patch) | |
tree | d07ff018d53b5fcb1162feecce477ffd33de6199 /WWW/Library/Implementation/HTFile.c | |
parent | 4c510de6f295a8d3377bdb81f18050190ee58a59 (diff) | |
download | lynx-snapshots-220883349fc51b8c34be950984b5b0cc0877f5c8.tar.gz |
snapshot of project "lynx", label v2-8-3pre_2
Diffstat (limited to 'WWW/Library/Implementation/HTFile.c')
-rw-r--r-- | WWW/Library/Implementation/HTFile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTFile.c b/WWW/Library/Implementation/HTFile.c index 8a1ad8cd..103b1651 100644 --- a/WWW/Library/Implementation/HTFile.c +++ b/WWW/Library/Implementation/HTFile.c @@ -1704,7 +1704,7 @@ PRIVATE int print_local_dir ARGS5( HTBTree * bt = HTBTree_new((HTComparer)AS_cmp); int num_of_entries = 0; /* lines counter */ - _HTProgress (gettext("Reading directory...")); + _HTProgress (READING_DIRECTORY); status = HT_LOADED; /* assume we don't get interrupted */ while ((dirbuf = readdir(dp)) != NULL) { /* @@ -1786,7 +1786,7 @@ PRIVATE int print_local_dir ARGS5( } /* end while directory entries left to read */ if (status != HT_PARTIAL_CONTENT) - _HTProgress (gettext("OK")); + _HTProgress (OPERATION_OK); else CTRACE((tfp, "Reading the directory interrupted by user\n")); |