summaryrefslogtreecommitdiff
path: root/src/ui/documentwidget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/documentwidget.c')
-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 5c1e473f..5f7fcd8e 100644
--- a/src/ui/documentwidget.c
+++ b/src/ui/documentwidget.c
@@ -4413,7 +4413,7 @@ static void drawRun_DrawContext_(void *context, const iGmRun *run) {
4413 ? escape_Color(fg) 4413 ? escape_Color(fg)
4414 : escape_Color(linkColor_GmDocument(doc, run->linkId, domain_GmLinkPart)), 4414 : escape_Color(linkColor_GmDocument(doc, run->linkId, domain_GmLinkPart)),
4415 showImage || showAudio 4415 showImage || showAudio
4416 ? format_CStr(showImage ? " %s \U0001f5bb" : " %s \U0001f3b5", 4416 ? format_CStr(showImage ? " %s " photo_Icon : " %s \U0001f3b5",
4417 cstr_Lang(showImage ? "link.hint.image" : "link.hint.audio")) 4417 cstr_Lang(showImage ? "link.hint.image" : "link.hint.audio"))
4418 : ""); 4418 : "");
4419 } 4419 }