summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2015-02-15 23:29:39 +0000
committerGraeme Geldenhuys <graemeg@gmail.com>2015-02-15 23:29:54 +0000
commit87cf502b7b420d1cfc803629d52f549ebfd96a12 (patch)
treed8d62b3a16c9754fe178769ee4be165d950e9018
parent4651f319a19164ee1d4fe9a15634bb378e54aeee (diff)
downloadfpGUI-87cf502b7b420d1cfc803629d52f549ebfd96a12.tar.xz
bug: fixes a spelling error in a property
PagerWidth -> PaperWidth Thanks to Juha Manninen for reporting this.
-rw-r--r--src/reportengine/u_report.pas2
1 files changed, 1 insertions, 1 deletions
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;