diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 58dd884ca4..ac6c64b839 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2011-05-11 06:55 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbxbp/xbpmenubar.prg + ! Changed: XbpMenubar():visible := FALSE to TRUE. + Only XbpMenu() is documented to have this behavior. + 2011-05-11 12:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + added experimental -ldflag+=, -dflag+= cmdline options diff --git a/harbour/contrib/hbxbp/xbpmenubar.prg b/harbour/contrib/hbxbp/xbpmenubar.prg index a29270acaf..35c19c5340 100644 --- a/harbour/contrib/hbxbp/xbpmenubar.prg +++ b/harbour/contrib/hbxbp/xbpmenubar.prg @@ -153,8 +153,6 @@ CLASS xbpMenuBar INHERIT xbpWindow METHOD xbpMenuBar:init( oParent, aPresParams, lVisible ) - DEFAULT lVisible TO .f. - ::xbpWindow:init( oParent, , , , aPresParams, lVisible ) RETURN Self