How to keep the icon while adding command to menu button inside nuke

why do I loose the default icon if I add a call to a menu command like this


menu = nuke.menu('Nodes')
menu.addCommand('3D/Setup 3D Nodes', 'setupThreedNodes()', 'alt + t')