From 7a2fcf6ca0c5cb80a89bf6b355a3e7cc6dcd6523 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 24 Jan 2010 22:50:50 +0000 Subject: [PATCH] 2010-01-24 23:50 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_tprn.prg ! Fix to prev. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbwin/win_tprn.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7888b5479d..2680c37f36 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-01-24 23:50 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbwin/win_tprn.prg + ! Fix to prev. + 2010-01-24 23:46 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbwin/win_prn1.c * contrib/hbwin/win_tprn.prg diff --git a/harbour/contrib/hbwin/win_tprn.prg b/harbour/contrib/hbwin/win_tprn.prg index 43d24e9f14..b03ceb7f96 100644 --- a/harbour/contrib/hbwin/win_tprn.prg +++ b/harbour/contrib/hbwin/win_tprn.prg @@ -780,7 +780,7 @@ CREATE CLASS WIN_BMP METHOD Create() METHOD Destroy() METHOD Draw( oPrn, aRectangle, aDimXY ) - METHOD CheckPrnDrvFormat( oPrn, cErrMsg ) + METHOD CheckPrnDrvFormat( oPrn, nErrCode ) VAR Type INIT 0 // Type BitMap: 1 == BM, 2 == JPEG, 3 == PNG VAR DimXY INIT { 0, 0 } // Image Dimensions X Y pixels