diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f4f8a19562..bf7aa0857f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2008-01-25 17:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * source/rtl/radiogrp.prg + ! Minor formatting. + 2008-01-25 16:32 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) - contrib/hbzlib/zlib.h - contrib/hbzlib/zconf.h diff --git a/harbour/source/rtl/radiogrp.prg b/harbour/source/rtl/radiogrp.prg index db28c70b48..73df67a0bd 100644 --- a/harbour/source/rtl/radiogrp.prg +++ b/harbour/source/rtl/radiogrp.prg @@ -147,7 +147,7 @@ METHOD addItem( oRadioButton ) CLASS RADIOGROUP METHOD delItem( nPos ) CLASS RADIOGROUP IF nPos >= 1 .AND. nPos <= ::nItemCount - Adel( ::aItems[ nPos ] ) + ADel( ::aItems[ nPos ] ) ASize( ::aItems, --::nItemCount ) ENDIF