mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-13 04:02:54 +01:00
JCF2: added missing i18n assignment
This commit is contained in:
parent
9765ab59cf
commit
e7cee39fc3
@ -111,6 +111,8 @@ begin
|
|||||||
cbIndentVarAndConstInClass.Caption := lisIndentIndentVarAndConstInClass;
|
cbIndentVarAndConstInClass.Caption := lisIndentIndentVarAndConstInClass;
|
||||||
cbIndentInterfaceGuid.Caption := lisIndentExtraIndentForInterfaceGuid;
|
cbIndentInterfaceGuid.Caption := lisIndentExtraIndentForInterfaceGuid;
|
||||||
|
|
||||||
|
lbIndentLabels.Caption := lisIndentLabels;
|
||||||
|
|
||||||
cbIndentLabels.Items.Clear;
|
cbIndentLabels.Items.Clear;
|
||||||
cbIndentLabels.Items.Add(lisIndentLabelsStatement);
|
cbIndentLabels.Items.Add(lisIndentLabelsStatement);
|
||||||
cbIndentLabels.Items.Add(lisIndentLabelsDontIndent);
|
cbIndentLabels.Items.Add(lisIndentLabelsDontIndent);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user