2008-01-25 17:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* source/rtl/radiogrp.prg
! Minor formatting.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user