diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5dfc9e749b..bf8af6e316 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2011-12-31 03:30 UTC+0100 Viktor Szakats (harbour syenar.hu) + * contrib/xhb/xhw32prn.prg + ! fixed typo in ::TEXTATFONT() to pass vertical alignment parameter. + (checkme) + 2011-12-30 13:15 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/ChangeLog ! fixed typo in file name in my previous commit. diff --git a/harbour/contrib/xhb/xhw32prn.prg b/harbour/contrib/xhb/xhw32prn.prg index 7d4e4d473d..058706da20 100644 --- a/harbour/contrib/xhb/xhw32prn.prg +++ b/harbour/contrib/xhb/xhw32prn.prg @@ -127,7 +127,7 @@ METHOD TextAtFont( nPosX, nPosY, cString, cFont, nPointSize, ; RETURN ::WIN_PRN:TextAtFont( nPosX, nPosY, cString, cFont, nPointSize, ; nWidth, nBold, lUnderLine, lItalic, lNewLine, ; - lUpdatePosX, nColor, nAlignHori, ; + lUpdatePosX, nColor, HB_BITOR( nAlignHori, nAlignVert ) ) CREATE CLASS Win32Bmp FROM WIN_BMP