mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 23:40:06 +02:00
jcf, fixed compilation with fpc 2.7.1: don't call abstract methods
git-svn-id: trunk@31967 -
This commit is contained in:
parent
c7a63a2aed
commit
49546fbb0b
@ -75,7 +75,6 @@ end;
|
||||
|
||||
procedure TfrAnyCapsSettings.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||
begin
|
||||
inherited Setup(ADialog);
|
||||
cbEnableAnyWords.Caption := lisCapsAnyWordEnable;
|
||||
Label1.Caption := lisCapsAnyWordSetCapitalisationOnTheseWords;
|
||||
end;
|
||||
|
@ -81,7 +81,6 @@ end;
|
||||
|
||||
procedure TfClarifyBlocks.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||
begin
|
||||
inherited Setup(ADialog);
|
||||
Label1.Caption := lisBlocksUseANewLineInBlocksAt;
|
||||
rgBlockBegin.Caption := lisBlocksBlockWithBegin;
|
||||
rgBlockBegin.Items[0] := lisCaseBlocksAlways;
|
||||
|
@ -72,7 +72,6 @@ end;
|
||||
|
||||
procedure TfComments.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||
begin
|
||||
inherited Setup(ADialog);
|
||||
cbRemoveEmptyDoubleSlashComments.Caption :=
|
||||
lisCommentsRemoveEmptySlashComments;
|
||||
cbRemoveEmptyCurlyBraceComments.Caption :=
|
||||
|
@ -85,7 +85,6 @@ end;
|
||||
|
||||
procedure TfCompilerDirectReturns.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||
begin
|
||||
inherited Setup(ADialog);
|
||||
Label1.Caption := lisCDUseANewLineBeforeCompilerDirectives;
|
||||
rgBeforeUses.Caption := lisCDUsesClause;
|
||||
rgBeforeUses.Items[0] := lisCaseBlocksAlways;
|
||||
|
@ -71,7 +71,6 @@ end;
|
||||
|
||||
procedure TfrUnitNameCaps.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||
begin
|
||||
inherited Setup(ADialog);
|
||||
cbEnableAnyWords.Caption := lisCapsAnyWordEnable;
|
||||
Label1.Caption := lisCapsUnitNamesSetCapitalisationOnTheseUnitNames;
|
||||
end;
|
||||
|
@ -75,7 +75,6 @@ end;
|
||||
|
||||
procedure TfWarnings.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||
begin
|
||||
inherited Setup(ADialog);
|
||||
cbWarningsOn.Caption := lisWarningsWarningsOn;
|
||||
cbWarnUnusedParams.Caption := lisWarningsWarnAboutUnusedParameters;
|
||||
Label1.Caption := lisWarningsIgnoreUnusedParametersNamed;
|
||||
|
Loading…
Reference in New Issue
Block a user