Changeset 19886
- Timestamp:
- 03/28/07 07:29:48 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vrjuggler/vrj/Kernel/CocoaWrapper.mm
r19884 r19886 127 127 -(BOOL) applicationShouldTerminateAfterLastWindowClosed:(NSApplication*) sencedr 128 128 { 129 return YES; 129 // We return NO here because we have a different way of shutting down 130 // the application. When vrj::Kernel::stop() is invoked, it will cause 131 // the application run loop to stop by invoking 132 // vrj::CocoaWrapper::stop(). 133 return NO; 130 134 } 131 135
