Does anybody have any suggestion of how one can activate the Quit
Menu Command when the front Window is a Modal Window.
Have you tried just overriding the -terminate: method and
implementing the menu item validation protocol? If you implement -
validateMenuItem:, and return YES, the quit menu item should be
available. Your -terminate: method could probably just call through
to NSApplication's.