Changeset 743 for trunk/macosx/PrefsWindow.m
- Timestamp:
- Aug 8, 2006, 11:37:54 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/PrefsWindow.m
r740 r743 34 34 } 35 35 36 - (void) windowWillClose: (NSNotification *) notification36 - (void) close 37 37 { 38 38 [self makeFirstResponder: nil]; //essentially saves changes on window close 39 [super close]; 39 40 } 40 41
Note: See TracChangeset
for help on using the changeset viewer.