From 4f17b8025eb2d06dc8caf93ae04071736d8b71be Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Sat, 27 Mar 2010 17:49:40 +0000 Subject: [PATCH] 2010-03-27 10:46 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/xbpgra.prg ! GraInitMaterix(...) => GraInitMatrix(...) --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbxbp/xbpgra.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 {} /*----------------------------------------------------------------------*/