diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-26 08:30:44 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-26 08:30:44 +0300 |
commit | 549b1bda138dbfcc969cad572df7739d6821d02d (patch) | |
tree | b7bd3b5e0e97cfa295868ebf18f40296a82b35b4 /src/ui/documentwidget.c | |
parent | 44b80a27509a5afa8763bd31b1d28883dbe43e10 (diff) |
Minor UI tweaks
Diffstat (limited to 'src/ui/documentwidget.c')
-rw-r--r-- | src/ui/documentwidget.c | 2 |
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 | } |