diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2003-04-28 01:28:08 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2003-04-28 01:28:08 -0400 |
commit | 03413d1c868839950b21fd0b10fa5f31fff83964 (patch) | |
tree | 69b5d38bd1d80a009b23a41cd40148e434e13e38 /src/HTFWriter.c | |
parent | c812b42f4248ea1ab6641616f6aef08d402d9f92 (diff) | |
download | lynx-snapshots-03413d1c868839950b21fd0b10fa5f31fff83964.tar.gz |
snapshot of project "lynx", label v2-8-5dev_15
Diffstat (limited to 'src/HTFWriter.c')
-rw-r--r-- | src/HTFWriter.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/HTFWriter.c b/src/HTFWriter.c index ea0c61c2..551683dc 100644 --- a/src/HTFWriter.c +++ b/src/HTFWriter.c @@ -289,7 +289,7 @@ PRIVATE void HTFWriter_free ARGS1(HTStream *, me) /* * Tell user what's happening. - FM */ - _user_message(WWW_USING_MESSAGE, addr); + HTUserMsg2(WWW_USING_MESSAGE, addr); } if (skip_loadfile) { @@ -332,7 +332,7 @@ PRIVATE void HTFWriter_free ARGS1(HTStream *, me) if (!dump_output_immediately) { #ifdef WIN_EX if (focus_window) { - HTInfoMsg("Set focus1"); + HTInfoMsg(gettext("Set focus1")); status = SetForegroundWindow(cur_handle); } #else @@ -389,7 +389,7 @@ PRIVATE void HTFWriter_free ARGS1(HTStream *, me) if (!dump_output_immediately) { #ifdef WIN_EX if (focus_window) { - HTInfoMsg("Set focus2"); + HTInfoMsg(gettext("Set focus2")); status = SetForegroundWindow(cur_handle); } #else @@ -408,7 +408,7 @@ PRIVATE void HTFWriter_free ARGS1(HTStream *, me) if (!dump_output_immediately) { #ifdef WIN_EX if (focus_window) { - HTInfoMsg("Set focus3"); + HTInfoMsg(gettext("Set focus3")); status = SetForegroundWindow(cur_handle); } #else |