mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 09:42:12 +01: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);
|
procedure TfrAnyCapsSettings.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||||
begin
|
begin
|
||||||
inherited Setup(ADialog);
|
|
||||||
cbEnableAnyWords.Caption := lisCapsAnyWordEnable;
|
cbEnableAnyWords.Caption := lisCapsAnyWordEnable;
|
||||||
Label1.Caption := lisCapsAnyWordSetCapitalisationOnTheseWords;
|
Label1.Caption := lisCapsAnyWordSetCapitalisationOnTheseWords;
|
||||||
end;
|
end;
|
||||||
|
|||||||
@ -81,7 +81,6 @@ end;
|
|||||||
|
|
||||||
procedure TfClarifyBlocks.Setup(ADialog: TAbstractOptionsEditorDialog);
|
procedure TfClarifyBlocks.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||||
begin
|
begin
|
||||||
inherited Setup(ADialog);
|
|
||||||
Label1.Caption := lisBlocksUseANewLineInBlocksAt;
|
Label1.Caption := lisBlocksUseANewLineInBlocksAt;
|
||||||
rgBlockBegin.Caption := lisBlocksBlockWithBegin;
|
rgBlockBegin.Caption := lisBlocksBlockWithBegin;
|
||||||
rgBlockBegin.Items[0] := lisCaseBlocksAlways;
|
rgBlockBegin.Items[0] := lisCaseBlocksAlways;
|
||||||
|
|||||||
@ -72,7 +72,6 @@ end;
|
|||||||
|
|
||||||
procedure TfComments.Setup(ADialog: TAbstractOptionsEditorDialog);
|
procedure TfComments.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||||
begin
|
begin
|
||||||
inherited Setup(ADialog);
|
|
||||||
cbRemoveEmptyDoubleSlashComments.Caption :=
|
cbRemoveEmptyDoubleSlashComments.Caption :=
|
||||||
lisCommentsRemoveEmptySlashComments;
|
lisCommentsRemoveEmptySlashComments;
|
||||||
cbRemoveEmptyCurlyBraceComments.Caption :=
|
cbRemoveEmptyCurlyBraceComments.Caption :=
|
||||||
|
|||||||
@ -85,7 +85,6 @@ end;
|
|||||||
|
|
||||||
procedure TfCompilerDirectReturns.Setup(ADialog: TAbstractOptionsEditorDialog);
|
procedure TfCompilerDirectReturns.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||||
begin
|
begin
|
||||||
inherited Setup(ADialog);
|
|
||||||
Label1.Caption := lisCDUseANewLineBeforeCompilerDirectives;
|
Label1.Caption := lisCDUseANewLineBeforeCompilerDirectives;
|
||||||
rgBeforeUses.Caption := lisCDUsesClause;
|
rgBeforeUses.Caption := lisCDUsesClause;
|
||||||
rgBeforeUses.Items[0] := lisCaseBlocksAlways;
|
rgBeforeUses.Items[0] := lisCaseBlocksAlways;
|
||||||
|
|||||||
@ -71,7 +71,6 @@ end;
|
|||||||
|
|
||||||
procedure TfrUnitNameCaps.Setup(ADialog: TAbstractOptionsEditorDialog);
|
procedure TfrUnitNameCaps.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||||
begin
|
begin
|
||||||
inherited Setup(ADialog);
|
|
||||||
cbEnableAnyWords.Caption := lisCapsAnyWordEnable;
|
cbEnableAnyWords.Caption := lisCapsAnyWordEnable;
|
||||||
Label1.Caption := lisCapsUnitNamesSetCapitalisationOnTheseUnitNames;
|
Label1.Caption := lisCapsUnitNamesSetCapitalisationOnTheseUnitNames;
|
||||||
end;
|
end;
|
||||||
|
|||||||
@ -75,7 +75,6 @@ end;
|
|||||||
|
|
||||||
procedure TfWarnings.Setup(ADialog: TAbstractOptionsEditorDialog);
|
procedure TfWarnings.Setup(ADialog: TAbstractOptionsEditorDialog);
|
||||||
begin
|
begin
|
||||||
inherited Setup(ADialog);
|
|
||||||
cbWarningsOn.Caption := lisWarningsWarningsOn;
|
cbWarningsOn.Caption := lisWarningsWarningsOn;
|
||||||
cbWarnUnusedParams.Caption := lisWarningsWarnAboutUnusedParameters;
|
cbWarnUnusedParams.Caption := lisWarningsWarnAboutUnusedParameters;
|
||||||
Label1.Caption := lisWarningsIgnoreUnusedParametersNamed;
|
Label1.Caption := lisWarningsIgnoreUnusedParametersNamed;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user