mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 19:29:31 +02:00
lcl: fixed typo in the maskedit.pp from Bart Broersma (#0012844)
git-svn-id: trunk@17913 -
This commit is contained in:
parent
67fbb8c8d4
commit
4e176f6df7
@ -581,7 +581,7 @@ begin
|
||||
Char_AllFixedUpCase : Result := '0';
|
||||
Char_AllFixedDownCase : Result := '0';
|
||||
Char_Space : Result := FSpaceChar;
|
||||
Char_HourSeparator : Result := DecimalSeparator;
|
||||
Char_HourSeparator : Result := TimeSeparator;
|
||||
Char_DateSeparator : Result := DateSeparator;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user