From 54b2722d1c3934514d22c4e2b7a884818624d21e Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 6 May 2008 06:48:24 +0000 Subject: [PATCH] lcl: hour separator is ':' instead of ';' git-svn-id: trunk@15055 - --- lcl/maskedit.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/maskedit.pp b/lcl/maskedit.pp index 28dac1115b..65ae23d987 100644 --- a/lcl/maskedit.pp +++ b/lcl/maskedit.pp @@ -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