Examples: fix typo. Issue #40684. Patch by Don Siders.

This commit is contained in:
Bart 2024-01-05 23:48:24 +01:00
parent 19616267ed
commit 5f520b62b9

View File

@ -4,7 +4,7 @@
"Keywords" : [
"PostMessage",
"SendMessage",
"QueueSsyncCall"
"QueueAsyncCall"
],
"Description" : "These two example demonstrates the usage of PostMessage, SendMessage and the message methods in Lazarus and FreePascal and its widgetset independent counterpart, the direct method call and QueueAsyncCall.\n\nThere is a readme.txt file that explains the process that you should read when looking at this example.\n\n\n"
}