diff --git a/src/u_dfmt.pas b/src/u_dfmt.pas index e24fba54..23e89673 100644 --- a/src/u_dfmt.pas +++ b/src/u_dfmt.pas @@ -277,9 +277,9 @@ begin str.Add('--indent_size=' + intToStr(indentSize)); str.Add('--indent_style=' + idtstyle[indentationStyle]); str.Add('--tab_width=' + intToStr(tabWidth)); - str.Add('--brau_style=' + brc[braceStyle]); + str.Add('--brace_style=' + brc[braceStyle]); str.Add('--split_operator_at_line_end=' + falsetrue[splitOpAtPrevLine]); - str.Add('--spau_after_cast=' + falsetrue[spaceAfterCast]); + str.Add('--space_after_cast=' + falsetrue[spaceAfterCast]); str.Add('--selective_import_space=' + falsetrue[spaceAfterImport]); str.Add('--compact_labeled_statements=' + falsetrue[compactLabeledStatements]); if (majv = 0) and (minv > 4) then diff --git a/src/u_infos.lfm b/src/u_infos.lfm index 703a01eb..d176d2c9 100644 --- a/src/u_infos.lfm +++ b/src/u_infos.lfm @@ -16,7 +16,6 @@ inherited InfoWidget: TInfoWidget ClientWidth = 287 inherited Content: TPanel Height = 267 - Top = 36 Width = 287 ClientHeight = 267 ClientWidth = 287 diff --git a/src/u_infos.pas b/src/u_infos.pas index 5b9b1880..42d898b8 100644 --- a/src/u_infos.pas +++ b/src/u_infos.pas @@ -202,7 +202,7 @@ end; constructor TInfoWidget.create(aOwner: TComponent); var itm: TToolInfo; - ver: string = 'enough_spau_for_the_version'; + ver: string = 'enough_space_for_the_version'; len: integer; begin inherited;