diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ced23bb59d..2368bb7b28 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-01 23:45 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + * harbour/contrib/hbxbp/tests/demoxbp.prg + ! A experimental fix. + 2009-07-01 23:39 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbxbp/xbpstatic.prg + Implemented more static styles. diff --git a/harbour/contrib/hbxbp/tests/demoxbp.prg b/harbour/contrib/hbxbp/tests/demoxbp.prg index 32a6b8558b..da6880f608 100644 --- a/harbour/contrib/hbxbp/tests/demoxbp.prg +++ b/harbour/contrib/hbxbp/tests/demoxbp.prg @@ -875,12 +875,12 @@ FUNCTION Build_Statics( oWnd ) oBox:type := XBPSTATIC_TYPE_HALFTONEFRAME oBox:options := XBPSTATIC_FRAMETHICK oBox:create() - + #if 0 oBox := XbpStatic():new( oGrp, , {180,350}, {40,40} ) oBox:type := XBPSTATIC_TYPE_SYSICON oBox:caption := XBPSTATIC_SYSICON_ICONQUESTION oBox:create() - + #endif RETURN nil /*----------------------------------------------------------------------*/