lcl: fixed typo in the maskedit.pp from Bart Broersma (#0012844)

git-svn-id: trunk@17913 -
This commit is contained in:
paul 2008-12-24 03:36:34 +00:00
parent 67fbb8c8d4
commit 4e176f6df7

View File

@ -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;