How can I share the "Print" button on the File menu? I have a handful of
tools which each need to print in their own way, and I'd like them to hook
into the "Print" menu item according to which Part is active.
I've declared the various items in their plugin.xml files as
"retarget=true" and "allowLabelUpdate=true", and I've successfully placed
them where I want in the menu. But I get a separate print item in the
menu for every plugin!