Adium

Changeset 14514

Show
Ignore:
Timestamp:
12/19/2005 10:32:09 PM (3 years ago)
Author:
catfish_man
Message:

Merging [14513] into the 0.8x branch on the off chance that we release another 0.8x. Refs #2473

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/adium-0.8/Plugins/WebKit Message View/AIWebkitMessageViewStyle.m

    r13659 r14514  
    884884                range = [inString rangeOfString:@"%sourceName%"]; 
    885885                if(range.location != NSNotFound){ 
     886                        NSString * sourceName = [[[chat account] displayName] stringByEscapingForHTML]; 
     887                        if(!sourceName) sourceName = @" "; 
    886888                        [inString replaceCharactersInRange:range 
    887                                                                         withString:[[[chat account] displayName] stringByEscapingForHTML]]; 
     889                                                                        withString:sourceName]; 
    888890                         
    889891                }