From c781ff65df77f1531b32e45c1ad9895462eae746 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Tue, 23 May 2000 20:52:53 +0000 Subject: [PATCH] See ChangeLog entry 2000-05-23 16:45 GMT-4 David G. Holm --- harbour/ChangeLog | 5 +++++ harbour/source/rtl/tgetlist.prg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0b7b63c5d4..8e162d50fa 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +2000-05-23 16:45 GMT-4 David G. Holm + + * source/rtl/tgetlist.prg + ! Corrected the name of the TGetList class creation function. + 2000-05-23 13:40 GMT-4 David G. Holm + doc/cvs_tips.txt diff --git a/harbour/source/rtl/tgetlist.prg b/harbour/source/rtl/tgetlist.prg index 450c918566..b462fada2b 100644 --- a/harbour/source/rtl/tgetlist.prg +++ b/harbour/source/rtl/tgetlist.prg @@ -58,7 +58,7 @@ #define K_UNDO K_CTRL_U -function TGetListNew( GetList ) +function TGetList( GetList ) LOCAL oClass := TClass():New( "TGETLIST" )