mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-22 11:39:30 +02:00
added text for LM_Destroy, stoppok
git-svn-id: trunk@10 -
This commit is contained in:
parent
f2242c2d8e
commit
8e0c8245fa
@ -683,6 +683,7 @@ function GetMessageName(const AMessage: Integer): String;
|
|||||||
begin
|
begin
|
||||||
case AMessage of
|
case AMessage of
|
||||||
LM_Create : Result :='LM_Create ';
|
LM_Create : Result :='LM_Create ';
|
||||||
|
LM_Destroy : Result :='LM_Destroy ';
|
||||||
LM_SetLabel : Result :='LM_SetLabel ';
|
LM_SetLabel : Result :='LM_SetLabel ';
|
||||||
LM_SetLeft : Result :='LM_SetLeft ';
|
LM_SetLeft : Result :='LM_SetLeft ';
|
||||||
LM_SetTop : Result :='LM_SetTop ';
|
LM_SetTop : Result :='LM_SetTop ';
|
||||||
@ -739,6 +740,9 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.2 2000/07/23 10:49:47 lazarus
|
||||||
|
added text for LM_Destroy, stoppok
|
||||||
|
|
||||||
Revision 1.1 2000/07/13 10:28:24 michael
|
Revision 1.1 2000/07/13 10:28:24 michael
|
||||||
+ Initial import
|
+ Initial import
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user