Changeset 403

Show
Ignore:
Timestamp:
02/24/08 9:49:30 AM (9 months ago)
Author:
nicholas
Message:

Remove non-ASCII characters from source.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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;