mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 01:49:25 +02:00
LCL: moved TCustomControlFilterEdit's resource string to LCLStrConsts
git-svn-id: trunk@31749 -
This commit is contained in:
parent
51fed03303
commit
1c6e99ab46
@ -31,8 +31,6 @@ uses
|
||||
Graphics, Controls, Forms, FileUtil, Dialogs, StdCtrls, Buttons, Calendar,
|
||||
ExtDlgs, CalendarPopup, MaskEdit;
|
||||
|
||||
resourcestring
|
||||
lisCEFilter = '(Filter)';
|
||||
|
||||
const
|
||||
NullDate: TDateTime = 0;
|
||||
|
@ -493,6 +493,8 @@ resourceString
|
||||
lisProgramFileNotFound = 'program file not found %s';
|
||||
lisCanNotExecute = 'can not execute %s';
|
||||
|
||||
lisCEFilter = '(Filter)';
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user