You've already forked lazarus-ccr
Updated to use wst_consts.pas
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@786 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1618,13 +1618,9 @@ var
|
|||||||
wst_FormatSettings : TFormatSettings;
|
wst_FormatSettings : TFormatSettings;
|
||||||
{$ENDIF HAS_FORMAT_SETTINGS}
|
{$ENDIF HAS_FORMAT_SETTINGS}
|
||||||
|
|
||||||
resourcestring
|
|
||||||
SERR_InvalidHourOffetValue = '"%d" is not a valid hour offset value.';
|
|
||||||
SERR_InvalidMinuteOffetValue = '"%d" is not a valid minute offset value.';
|
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
uses
|
uses
|
||||||
imp_utils, record_rtti, basex_encode, object_serializer, DateUtils;
|
wst_consts, imp_utils, record_rtti, basex_encode, object_serializer, DateUtils;
|
||||||
|
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Reference in New Issue
Block a user