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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user