See ChangeLog entry 2000-05-23 16:45 GMT-4 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2000-05-23 20:52:53 +00:00
parent 0a3c8ed810
commit c781ff65df
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2000-05-23 16:45 GMT-4 David G. Holm <dholm@jsd-llc.com>
* source/rtl/tgetlist.prg
! Corrected the name of the TGetList class creation function.
2000-05-23 13:40 GMT-4 David G. Holm <dholm@jsd-llc.com>
+ doc/cvs_tips.txt

View File

@@ -58,7 +58,7 @@
#define K_UNDO K_CTRL_U
function TGetListNew( GetList )
function TGetList( GetList )
LOCAL oClass := TClass():New( "TGETLIST" )