mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 07:49:27 +02:00
LCL: fixed typo
git-svn-id: trunk@35035 -
This commit is contained in:
parent
135787c571
commit
5feee468d7
@ -313,7 +313,7 @@ const
|
||||
clMenuBar = TColor(SYS_COLOR_BASE or COLOR_MENUBAR);
|
||||
clForm = TColor(SYS_COLOR_BASE or COLOR_FORM);
|
||||
|
||||
// synonims: do not show them in color lists
|
||||
// synonyms: do not show them in color lists
|
||||
clColorDesktop = TColor(SYS_COLOR_BASE or COLOR_DESKTOP);
|
||||
cl3DFace = TColor(SYS_COLOR_BASE or COLOR_3DFACE);
|
||||
cl3DShadow = TColor(SYS_COLOR_BASE or COLOR_3DSHADOW);
|
||||
|
Loading…
Reference in New Issue
Block a user