From b7587eddc1b9f24f1cc307a99c012993c5866ff2 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 25 Jan 2008 16:55:35 +0000 Subject: [PATCH] 2008-01-25 17:55 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * source/rtl/radiogrp.prg ! Minor formatting. --- harbour/ChangeLog | 4 ++++ harbour/source/rtl/radiogrp.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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