summaryrefslogtreecommitdiff
path: root/riscos/draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/draw.c')
-rw-r--r--riscos/draw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/draw.c b/riscos/draw.c
index 50bf67a97..fcf954131 100644
--- a/riscos/draw.c
+++ b/riscos/draw.c
@@ -72,6 +72,8 @@ bool draw_convert(struct content *c, int width, int height)
snprintf(c->title, 100, messages_get("DrawTitle"), c->width,
c->height, c->source_size);
c->status = CONTENT_STATUS_DONE;
+ /* Done: update status bar */
+ content_set_status(c, "");
return true;
}