Set correct message on TEXTPLAIN completion (fix 1484874)

svn path=/trunk/netsurf/; revision=2712
This commit is contained in:
Richard Wilson 2006-07-04 21:01:17 +00:00
parent 667c3b6730
commit ff6694c108
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}