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/MetaDataImporting/SapphirePosterChooser.m

    r899 r939  
    6464        /* Set a control to display the fileName */ 
    6565        fileInfoText = [SapphireFrontRowCompat newTextControlWithScene:scene]; 
    66         [SapphireFrontRowCompat setText:@"No File" withAtrributes:[[BRThemeInfo sharedTheme] paragraphTextAttributes] forControl:fileInfoText]; 
     66        [SapphireFrontRowCompat setText:@"No File" withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:fileInfoText]; 
    6767        NSRect frame = [SapphireFrontRowCompat frameOfController:self]; 
    6868        frame.origin.y = frame.size.height / 1.25f;