diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6f0295a75c..430719a328 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-03-27 10:46 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + * contrib/hbxbp/xbpgra.prg + ! GraInitMaterix(...) => GraInitMatrix(...) + 2010-03-27 10:12 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/xbpgra.prg + GraInitMaterix(...) Xbase++ compatible dummy function. diff --git a/harbour/contrib/hbxbp/xbpgra.prg b/harbour/contrib/hbxbp/xbpgra.prg index ccdeb57e48..82933016f2 100644 --- a/harbour/contrib/hbxbp/xbpgra.prg +++ b/harbour/contrib/hbxbp/xbpgra.prg @@ -484,7 +484,7 @@ FUNCTION GraSaveScreen( ... ) /*----------------------------------------------------------------------*/ -FUNCTION GraInitMaterix( ... ) +FUNCTION GraInitMatrix( ... ) RETURN {} /*----------------------------------------------------------------------*/