Skip to content

Commit

Permalink
Update formdesignerunit.pas
Browse files Browse the repository at this point in the history
  • Loading branch information
rzndsa authored Aug 20, 2016
1 parent b7e0618 commit 46f1a9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cheat Engine/formdesignerunit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ implementation
rsFormDesignerCaption = 'Form Designer';
rsFormFilesFrmFRM = 'Form files(*.frm)|*.FRM';
rsFormFilesLfmLFM = 'Form files(*.lfm)|*.LFM';
rsShowCheckboxesForBoolean = 'Show checkboxes for boolean';

procedure TFormDesigner.setFormName;
begin
Expand Down Expand Up @@ -1058,7 +1059,7 @@ procedure TFormDesigner.designForm(f: tceform);
end;

miChangeCheckboxSetting:=tmenuitem.create(oid.MainPopupMenu);
miChangeCheckboxSetting.caption:='Show checkboxes for boolean';
miChangeCheckboxSetting.caption:=rsShowCheckboxesForBoolean;
miChangeCheckboxSetting.checked:=oid.GridControl[oipgpProperties].CheckboxForBoolean;
miChangeCheckboxSetting.OnClick:=CheckBoxForbooleanClick;
miChangeCheckboxSetting.AutoCheck:=true;
Expand Down

0 comments on commit 46f1a9d

Please sign in to comment.