From 20cd52f952e02c8cd2ebeec079577ed178b1fd1d Mon Sep 17 00:00:00 2001 From: inoussa Date: Wed, 6 May 2009 16:55:36 +0000 Subject: [PATCH] Updated to use wst_consts.pas git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@786 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- wst/trunk/base_service_intf.pas | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wst/trunk/base_service_intf.pas b/wst/trunk/base_service_intf.pas index b11603a80..4662d394b 100644 --- a/wst/trunk/base_service_intf.pas +++ b/wst/trunk/base_service_intf.pas @@ -1618,13 +1618,9 @@ var wst_FormatSettings : TFormatSettings; {$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 uses - imp_utils, record_rtti, basex_encode, object_serializer, DateUtils; + wst_consts, imp_utils, record_rtti, basex_encode, object_serializer, DateUtils; type