mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
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);
|
||||
c->status = CONTENT_STATUS_DONE;
|
||||
content_set_status(c, messages_get("Done"));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user