Set correct message on TEXTPLAIN completion (fix 1484874)
svn path=/trunk/netsurf/; revision=2712
This commit is contained in:
parent
667c3b6730
commit
ff6694c108
|
@ -168,6 +168,7 @@ bool textplain_convert(struct content *c, int width, int height)
|
||||||
|
|
||||||
textplain_reformat(c, width, height);
|
textplain_reformat(c, width, height);
|
||||||
c->status = CONTENT_STATUS_DONE;
|
c->status = CONTENT_STATUS_DONE;
|
||||||
|
content_set_status(c, messages_get("Done"));
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue