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

    r919 r939  
    117117- (void)setText:(NSString *)theText 
    118118{ 
    119         [SapphireFrontRowCompat setText:theText withAtrributes:[[BRThemeInfo sharedTheme] paragraphTextAttributes] forControl:text]; 
     119        [SapphireFrontRowCompat setText:theText withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:text]; 
    120120         
    121121        NSRect master = [SapphireFrontRowCompat frameOfController:self]; 
     
    136136- (void)setFileProgress:(NSString *)theFileProgress 
    137137{ 
    138         [SapphireFrontRowCompat setText:theFileProgress withAtrributes:[[BRThemeInfo sharedTheme] paragraphTextAttributes] forControl:fileProgress]; 
     138        [SapphireFrontRowCompat setText:theFileProgress withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:fileProgress]; 
    139139         
    140140        NSRect master = [SapphireFrontRowCompat frameOfController:self]; 
     
    155155- (void)setCurrentFile:(NSString *)theCurrentFile 
    156156{ 
    157         [SapphireFrontRowCompat setText:theCurrentFile withAtrributes:[[BRThemeInfo sharedTheme] paragraphTextAttributes] forControl:currentFile]; 
     157        [SapphireFrontRowCompat setText:theCurrentFile withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:currentFile]; 
    158158         
    159159        NSRect master = [SapphireFrontRowCompat frameOfController:self];