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

    r894 r939  
    8080        if(file == nil) 
    8181                file = @""; 
    82         [SapphireFrontRowCompat setText:file withAtrributes:[[BRThemeInfo sharedTheme] paragraphTextAttributes] forControl:status]; 
     82        [SapphireFrontRowCompat setText:file withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:status]; 
    8383         
    8484        NSRect master = [SapphireFrontRowCompat frameOfController:self];