Ignore:
Timestamp:
02/24/08 09:49:30 (16 years ago)
Author:
Nicholas Riley
Message:

Remove non-ASCII characters from source.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cocoa/F-Script Anywhere/Source/FSAViewAssociationController.m

    r397 r403  
    181181        [self _addElementToMenu: eventWindow];
    182182    NS_HANDLER
    183         [self alertWithString:[NSString stringWithFormat: @"Çan exception occurred: %@È", localException]];
     183        [self alertWithString:[NSString stringWithFormat: @"(an exception occurred: %@)", localException]];
    184184    NS_ENDHANDLER
    185185    [NSMenu popUpContextMenu: viewHierarchyMenu withEvent: event forView: view];
     
    203203        [[self window] orderFront: self];
    204204    NS_HANDLER
    205         [self alertWithString:[NSString stringWithFormat: @"Çan exception occurred: %@È", localException]];
     205        [self alertWithString:[NSString stringWithFormat: @"(an exception occurred: %@)", localException]];
    206206    NS_ENDHANDLER
    207207    [viewHierarchyMenu release]; viewHierarchyMenu = nil;
Note: See TracChangeset for help on using the changeset viewer.