mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 21:00:34 +02:00
LCL: Fix spelling in comment.
git-svn-id: trunk@52605 -
This commit is contained in:
parent
a3fd36f97b
commit
06b8397c33
@ -43,8 +43,8 @@ type
|
||||
TScrollCode = (
|
||||
// !!! Beware. The position of these enums must correspond to the SB_xxx
|
||||
// values in LCLType (Delphi compatibility, not our decision)
|
||||
// MWE: Don't know it this still is a requirement
|
||||
// afaik have I remeved all casts from the LCL
|
||||
// MWE: Don't know if this still is a requirement
|
||||
// afaik have I removed all casts from the LCL
|
||||
scLineUp, // = SB_LINEUP
|
||||
scLineDown, // = SB_LINEDOWN
|
||||
scPageUp, // = SB_PAGEUP
|
||||
|
Loading…
Reference in New Issue
Block a user