mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 13:19:28 +02:00
MG: default all hints to off
git-svn-id: trunk@1214 -
This commit is contained in:
parent
206d9e343a
commit
a0f7956fbe
@ -44,7 +44,7 @@ uses
|
||||
|
||||
|
||||
const
|
||||
CM_BASE = $B000;
|
||||
CM_BASE = $B000; l
|
||||
CM_ACTIVATE = CM_BASE + 0;
|
||||
CM_DEACTIVATE = CM_BASE + 1;
|
||||
CM_GOTFOCUS = CM_BASE + 2;
|
||||
@ -1374,6 +1374,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.77 2002/10/14 15:22:57 lazarus
|
||||
MG: default all hints to off
|
||||
|
||||
Revision 1.76 2002/10/09 11:46:04 lazarus
|
||||
MG: fixed loading TListView from stream
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user