summaryrefslogtreecommitdiff
path: root/src/reportengine/u_report.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/reportengine/u_report.pas')
-rw-r--r--src/reportengine/u_report.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reportengine/u_report.pas b/src/reportengine/u_report.pas
index 6fd2ac0b..0a6a8a3e 100644
--- a/src/reportengine/u_report.pas
+++ b/src/reportengine/u_report.pas
@@ -16,7 +16,7 @@
the user program.
The PDF Reporting Engine was originally written by
- Jean-Marc Levecque <jean-marc.levecque@jmlesite.fr>
+ Jean-Marc Levecque <jmarc.levecque@jmlesite.web4me.fr>
}
unit U_Report;
@@ -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;