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