summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/documentwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c
index 9ae36b46..0fa9b3f7 100644
--- a/src/ui/documentwidget.c
+++ b/src/ui/documentwidget.c
@@ -3001,7 +3001,7 @@ static void drawRun_DrawContext_(void *context, const iGmRun *run) {
3001 ? asciiBase_ColorEscape + fg 3001 ? asciiBase_ColorEscape + fg
3002 : (asciiBase_ColorEscape + 3002 : (asciiBase_ColorEscape +
3003 linkColor_GmDocument(doc, run->linkId, domain_GmLinkPart)), 3003 linkColor_GmDocument(doc, run->linkId, domain_GmLinkPart)),
3004 showImage ? " View Image \U0001f5bc" 3004 showImage ? " View Image \U0001f5bb"
3005 : showAudio ? " Play Audio \U0001f3b5" : ""); 3005 : showAudio ? " Play Audio \U0001f3b5" : "");
3006 } 3006 }
3007 if (run->flags & endOfLine_GmRunFlag && flags & visited_GmLinkFlag) { 3007 if (run->flags & endOfLine_GmRunFlag && flags & visited_GmLinkFlag) {