From e70a15b8d6e5accd1895a9107dbf766d64809c56 Mon Sep 17 00:00:00 2001 From: Juha Date: Fri, 2 Dec 2022 13:59:04 +0200 Subject: [PATCH] FpReport example: Fix Example Metadata for LCLReport. Issue #40026, patch by dbannon. --- examples/fpreport/simple/LCLReport.ex-meta | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/fpreport/simple/LCLReport.ex-meta b/examples/fpreport/simple/LCLReport.ex-meta index ebb4fd9ed0..2fa4d76e31 100644 --- a/examples/fpreport/simple/LCLReport.ex-meta +++ b/examples/fpreport/simple/LCLReport.ex-meta @@ -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"} } \ No newline at end of file