mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 21:38:00 +02:00
lcl: hour separator is ':' instead of ';'
git-svn-id: trunk@15055 -
This commit is contained in:
parent
ec6017cb92
commit
54b2722d1c
@ -40,7 +40,7 @@ const
|
||||
cMask_AllCharsFixed = 'a'; // a char from space and #122
|
||||
cMask_Number = '0'; // only a number but not necessary
|
||||
cMask_NumberFixed = '9'; // only a number
|
||||
cMask_HourSeparator = ';'; // automatically put the hour separator char
|
||||
cMask_HourSeparator = ':'; // automatically put the hour separator char
|
||||
cMask_DateSeparator = '/'; // automatically but the date separator char
|
||||
cMask_SpaceOnly = '_'; // automatically put a space
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user