FpReport example: Fix Example Metadata for LCLReport. Issue #40026, patch by dbannon.

This commit is contained in:
Juha 2022-12-02 13:59:04 +02:00
parent d6dce85b44
commit e70a15b8d6

View File

@ -1,5 +1,5 @@
{ "LCLReport" : {
"Category" : "General",
"Keywords" : ["Report","PDF","fpReport","Needs Work"],
"Description" : "Demonstrates generating a report (from some dummy data), displaying it and converting it to a PDF.\n\nNote: on test, showed a significent memory leak.\n\nIf the program did not compile or run, look if you have the correct freetype-6.dll/.so and zlib1.dll/.so installed or copied in the directory.\nAF 2018"}
"Keywords" : ["Report","PDF","fpReport"],
"Description" : "Demonstrates generating a report (from some dummy data), displaying it and converting it to a PDF.\n\nIf the program did not compile or run, look if you have the correct freetype-6.dll/.so and zlib1.dll/.so installed or copied in the directory.\nAF 2018"}
}