See changelog 2001-07-21 09:15 GMT -3

This commit is contained in:
Luiz Rafael Culik
2001-07-21 12:14:07 +00:00
parent 1867ce0fa5
commit 18b756122d
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-07-21 09:20 GMT -3 Luiz Rafael Culik <culik@sl.conex.net>
*source/rtl/checkbox.prg
*lowercased the include file names
2001-07-20 20:00 GMT -3 Luiz Rafael Culik <culik@sl.conex.net>
+source/rtl/checkbox.prg
*CheckBox Class Compatible with Ca-Clipper 5.3

View File

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