From 18b756122d5bc7f7abda3233b92dc2a0fbbfacdb Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Sat, 21 Jul 2001 12:14:07 +0000 Subject: [PATCH] See changelog 2001-07-21 09:15 GMT -3 --- harbour/ChangeLog | 4 ++++ harbour/source/rtl/checkbox.prg | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 34893b7863..f9fcab2f46 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +2001-07-21 09:20 GMT -3 Luiz Rafael Culik + *source/rtl/checkbox.prg + *lowercased the include file names + 2001-07-20 20:00 GMT -3 Luiz Rafael Culik +source/rtl/checkbox.prg *CheckBox Class Compatible with Ca-Clipper 5.3 diff --git a/harbour/source/rtl/checkbox.prg b/harbour/source/rtl/checkbox.prg index bbccfa139f..2a1f8ab8f7 100644 --- a/harbour/source/rtl/checkbox.prg +++ b/harbour/source/rtl/checkbox.prg @@ -51,8 +51,8 @@ * */ -#include "Common.ch" -#include "hbSetup.ch" +#include "common.ch" +#include "hbsetup.ch" #ifdef HB_COMPAT_C53 FUNCTION CHECKBOX(nRow,nCol,cCaption)