From 87cf502b7b420d1cfc803629d52f549ebfd96a12 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Sun, 15 Feb 2015 23:29:39 +0000 Subject: bug: fixes a spelling error in a property PagerWidth -> PaperWidth Thanks to Juha Manninen for reporting this. --- src/reportengine/u_report.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/reportengine') diff --git a/src/reportengine/u_report.pas b/src/reportengine/u_report.pas index 23004231..0a6a8a3e 100644 --- a/src/reportengine/u_report.pas +++ b/src/reportengine/u_report.pas @@ -353,7 +353,7 @@ type property NumPage: integer read FNmPage write FNmPage; property NumPageSection: integer read FNmPageSect write FNmPageSect; property PaperHeight: integer read GetPaperHeight; - property PagerWidth: integer read GetPaperWidth; + property PaperWidth: integer read GetPaperWidth; property DefaultFile: string read FDefaultFile write FDefaultFile; property CurrentColor: integer read FCurrentColor write FCurrentColor; property SectionTitle: string read GetSectionTitle write SetSectionTitle; -- cgit v1.2.3-70-g09d2