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

    r894 r939  
    8383        if(stat == nil) 
    8484                stat = @""; 
    85         [SapphireFrontRowCompat setText:stat withAtrributes:[[BRThemeInfo sharedTheme] paragraphTextAttributes] forControl:status]; 
     85        [SapphireFrontRowCompat setText:stat withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:status]; 
    8686         
    8787        NSRect master = [SapphireFrontRowCompat frameOfController:self];