Changeset 5049

Show
Ignore:
Timestamp:
11/11/07 00:00:24 (8 months ago)
Author:
morris
Message:

Set NSLineBreakByTruncatingTail

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredAdditions/trunk/WIIconCell.m

    r4973 r5049  
    3030 
    3131@implementation WIIconCell 
     32 
     33- (id)init { 
     34        self = [super init]; 
     35         
     36        [self setLineBreakMode:NSLineBreakByTruncatingTail]; 
     37 
     38        return self; 
     39} 
     40 
     41 
    3242 
    3343- (id)copyWithZone:(NSZone *)zone {