mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 22:37:26 +01:00
TAChart: Fix two variable name typos
git-svn-id: trunk@65021 -
This commit is contained in:
parent
21890d5c7b
commit
64f8842557
@ -86,7 +86,7 @@ type
|
||||
end;
|
||||
|
||||
var
|
||||
AxisTitleEditor: TLegendEditor;
|
||||
LegendEditor: TLegendEditor;
|
||||
|
||||
implementation
|
||||
|
||||
|
||||
@ -49,7 +49,7 @@ type
|
||||
end;
|
||||
|
||||
var
|
||||
AxisTitleEditor: TTitleFootEditor;
|
||||
TitleFootEditor: TTitleFootEditor;
|
||||
|
||||
implementation
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user