diff options
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 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")); |