Changeset 9945


Ignore:
Timestamp:
Jan 16, 2010, 10:57:21 PM (13 years ago)
Author:
livings124
Message:

send "close" to windows when quitting instead of "orderOut:"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/Controller.m

    r9844 r9945  
    725725   
    726726    for (NSWindow * window in [NSApp windows])
    727         [window orderOut: nil];
     727        [window close];
    728728   
    729729    [self showStatusBar: NO animate: NO];
Note: See TracChangeset for help on using the changeset viewer.