2008-01-25 17:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* source/rtl/radiogrp.prg
     ! Minor formatting.
This commit is contained in:
Viktor Szakats
2008-01-25 16:55:35 +00:00
parent 64664455ce
commit b7587eddc1
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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