Changeset 403 for trunk/Cocoa/F-Script Anywhere
- Timestamp:
- 02/24/08 09:49:30 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/F-Script Anywhere/Source/FSAViewAssociationController.m
r397 r403 181 181 [self _addElementToMenu: eventWindow]; 182 182 NS_HANDLER 183 [self alertWithString:[NSString stringWithFormat: @" Çan exception occurred: %@È", localException]];183 [self alertWithString:[NSString stringWithFormat: @"(an exception occurred: %@)", localException]]; 184 184 NS_ENDHANDLER 185 185 [NSMenu popUpContextMenu: viewHierarchyMenu withEvent: event forView: view]; … … 203 203 [[self window] orderFront: self]; 204 204 NS_HANDLER 205 [self alertWithString:[NSString stringWithFormat: @" Çan exception occurred: %@È", localException]];205 [self alertWithString:[NSString stringWithFormat: @"(an exception occurred: %@)", localException]]; 206 206 NS_ENDHANDLER 207 207 [viewHierarchyMenu release]; viewHierarchyMenu = nil;
Note:
See TracChangeset
for help on using the changeset viewer.