From 1c6e99ab46140c0b8720123d6b021d6154a8c1b3 Mon Sep 17 00:00:00 2001 From: maxim Date: Tue, 19 Jul 2011 20:29:18 +0000 Subject: [PATCH] LCL: moved TCustomControlFilterEdit's resource string to LCLStrConsts git-svn-id: trunk@31749 - --- lcl/editbtn.pas | 2 -- lcl/lclstrconsts.pas | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lcl/editbtn.pas b/lcl/editbtn.pas index 2e22421ad4..8457b3071b 100644 --- a/lcl/editbtn.pas +++ b/lcl/editbtn.pas @@ -31,8 +31,6 @@ uses Graphics, Controls, Forms, FileUtil, Dialogs, StdCtrls, Buttons, Calendar, ExtDlgs, CalendarPopup, MaskEdit; -resourcestring - lisCEFilter = '(Filter)'; const NullDate: TDateTime = 0; diff --git a/lcl/lclstrconsts.pas b/lcl/lclstrconsts.pas index edc360ff12..b348865372 100644 --- a/lcl/lclstrconsts.pas +++ b/lcl/lclstrconsts.pas @@ -493,6 +493,8 @@ resourceString lisProgramFileNotFound = 'program file not found %s'; lisCanNotExecute = 'can not execute %s'; + lisCEFilter = '(Filter)'; + implementation end.