From ff6694c1088a4f8ed7ff708ea86f0866d2a0ab10 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Tue, 4 Jul 2006 21:01:17 +0000 Subject: Set correct message on TEXTPLAIN completion (fix 1484874) svn path=/trunk/netsurf/; revision=2712 --- render/textplain.c | 1 + 1 file changed, 1 insertion(+) (limited to 'render/textplain.c') diff --git a/render/textplain.c b/render/textplain.c index d2c3db956..ff6ca2f9d 100644 --- a/render/textplain.c +++ b/render/textplain.c @@ -168,6 +168,7 @@ bool textplain_convert(struct content *c, int width, int height) textplain_reformat(c, width, height); c->status = CONTENT_STATUS_DONE; + content_set_status(c, messages_get("Done")); return true; } -- cgit v1.2.3