captcha: Fix display of sample projects in the Lazarus examples window.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9481 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2024-10-08 16:42:56 +00:00
parent 032ce4fe89
commit 46a0ee0a50
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<Name Value="captcha_pkg"/>
<Type Value="RunAndDesignTime"/>
<Author Value="W. Pamler"/>
<ExamplesDirectory Value="demos"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>

View File

@ -1,5 +1,5 @@
{ "captcha_runtime" : {
"Category" : "CCR",
"Keywords" : ["TCaptchaLabel", "controls", "captcha", "label"],
"Description" : "Demonstrates how a TCaptchaLabel can be created at runtime. It also allows to study the effect of various properties. Note that this project does not require to install the captcha_pkg package; the component source are expected to be in folder \"source\" two directory level higher."}
"Description" : "Demonstrates how a TCaptchaLabel can be created at runtime. It also allows to study the effect of various properties. Note that this project does not require to install the captcha_pkg package; the component sources are expected to be in folder \"source\" two directory level higher."}
}