I have no idea. You are either not reading what I type or intentionally ignoring it. Either way it's not helping you so stop, read what I've typed and do what I say.
You
do not need to connect anything in Interface Builder. The menu item will send message via the responder chain. If the first responder does not handle it then it gets passed to the next responder and so on. So you simply need to ensure that whatever object you want to handle the message is in the responder chain.
As I said I use the object that I set as the application delegate for this.
I suggest you stop writing code/messing around in Interface Builder and read the
http://developer.apple.com/mac/libr...re.html#//apple_ref/doc/uid/10000060i-CH3-SW2