2011-01-25 23:15 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbxbp/xbpmenubar.prg
    ! Fixed: a stupid untested typo.
This commit is contained in:
Pritpal Bedi
2011-01-26 07:18:19 +00:00
parent adfd4ba175
commit 6836b6dde7
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-01-25 23:15 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbxbp/xbpmenubar.prg
! Fixed: a stupid untested typo.
2011-01-26 02:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbnetio/utils/netiosrv/netiosrv.prg
* contrib/hbnetio/utils/netiosrv/netiocmd.prg

View File

@@ -700,7 +700,7 @@ METHOD xbpMenu:create( oParent, aPresParams, lVisible )
::oWidget := QMenu()
IF hb_isObject( oParent )
IF hb_isObject( ::oParent )
::oParent:oWidget:addMenu( ::oWidget )
::oParent:addChild( self )
ENDIF