summaryrefslogtreecommitdiff
path: root/src/ui/documentwidget.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-01-21 13:50:56 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-01-21 13:51:14 +0200
commitabb060ba17024759a7cfcc7b9256742e1c1e418b (patch)
tree2529694d46ebcefa2f9751c1882982112797445f /src/ui/documentwidget.c
parentdf37aaff1278b8f283af421a0c47cffcf0cbeb06 (diff)
Fonts: Show abbreviated list of names on "about:fonts"
A big set can be viewed separately to see all the individual fonts.
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 fdb55232..03119ca2 100644
--- a/src/ui/documentwidget.c
+++ b/src/ui/documentwidget.c
@@ -2659,7 +2659,7 @@ static void updateDocument_DocumentWidget_(iDocumentWidget *d,
2659 if (loadArchive_FontPack(fp, zip)) { 2659 if (loadArchive_FontPack(fp, zip)) {
2660 appendFormat_String(&str, "# " fontpack_Icon "%s\n%s", 2660 appendFormat_String(&str, "# " fontpack_Icon "%s\n%s",
2661 cstr_String(id_FontPack(fp).id), 2661 cstr_String(id_FontPack(fp).id),
2662 cstrCollect_String(infoText_FontPack(fp))); 2662 cstrCollect_String(infoText_FontPack(fp, iTrue)));
2663 } 2663 }
2664 appendCStr_String(&str, "\n"); 2664 appendCStr_String(&str, "\n");
2665 appendCStr_String(&str, cstr_Lang("fontpack.help")); 2665 appendCStr_String(&str, cstr_Lang("fontpack.help"));