You've already forked lazarus-ccr
RxDBGrid - fix caption rxFilterByForm
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2682 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -164,7 +164,7 @@ end;
|
||||
procedure TrxFilterByForm.FormCreate(Sender: TObject);
|
||||
begin
|
||||
Label1.Caption:=sRxFilterFormSelectExp;
|
||||
Label2.Caption:=sRxFilterFormSelectExp;
|
||||
Label2.Caption:=sRxFilterFormOnField;
|
||||
Label3.Caption:=sRxFilterFormOperaion;
|
||||
Label4.Caption:=sRxFilterFormCondition;
|
||||
Label5.Caption:=sRxFilterFormOperand;
|
||||
|
Reference in New Issue
Block a user