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/SapphireMovieChooser.m

    r886 r939  
    3838        /* Set a control to display the fileName */ 
    3939        fileNameText = [SapphireFrontRowCompat newTextControlWithScene:scene]; 
    40         [SapphireFrontRowCompat setText:@"File:" withAtrributes:[[BRThemeInfo sharedTheme] paragraphTextAttributes] forControl:fileNameText]; 
     40        [SapphireFrontRowCompat setText:@"File:" withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:fileNameText]; 
    4141         
    4242        [self doMyLayout]; 
     
    8383{ 
    8484        fileName=[choosingForFileName retain] ; 
    85         [SapphireFrontRowCompat setText:choosingForFileName withAtrributes:[[BRThemeInfo sharedTheme] paragraphTextAttributes] forControl:fileNameText]; 
     85        [SapphireFrontRowCompat setText:choosingForFileName withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:fileNameText]; 
    8686} 
    8787