Show
Ignore:
Timestamp:
11/05/09 17:56:15 (3 years ago)
Author:
gbooker
Message:

A lot of Take 3 compatibility. Layouts still need a lot of work though.
Refs #323

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/FRAppliance/SapphireConfirmPrompt.m

    r865 r939  
    3636         
    3737        subtitle = [SapphireFrontRowCompat newTextControlWithScene:scene]; 
    38         [SapphireFrontRowCompat setText:sub withAtrributes:[[BRThemeInfo sharedTheme] paragraphTextAttributes] forControl:subtitle]; 
     38        [SapphireFrontRowCompat setText:sub withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:subtitle]; 
    3939                 
    4040        [[self list] setDatasource:self]; 
     
    5757- (void)setText:(NSString *)theText 
    5858{ 
    59         [SapphireFrontRowCompat setText:theText withAtrributes:[[BRThemeInfo sharedTheme] paragraphTextAttributes] forControl:subtitle]; 
     59        [SapphireFrontRowCompat setText:theText withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:subtitle]; 
    6060         
    6161        NSRect master = [SapphireFrontRowCompat frameOfController:self];