Changeset 3655

Show
Ignore:
Timestamp:
05/22/07 12:46:17 (2 years ago)
Author:
akempgen
Message:

Makes highlighted messages send strings to JVChatMentioned that are not attributed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Panels/JVDirectChatPanel.m

    r3653 r3655  
    848848                NSMutableDictionary *context = [NSMutableDictionary dictionary]; 
    849849                [context setObject:[NSString stringWithFormat:NSLocalizedString( @"One of your highlight words mentioned by %@", "mention bubble title" ), [user displayName]] forKey:@"title"]; 
    850                 [context setObject:messageString forKey:@"description"]; 
     850                [context setObject:[messageString string] forKey:@"description"]; 
    851851                [context setObject:[NSImage imageNamed:@"activityNewImportant"] forKey:@"image"]; 
    852852                [context setObject:self forKey:@"target"];