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/Browser/SapphireErrorDisplayController.m

    r728 r939  
    3939         
    4040        text = [SapphireFrontRowCompat newTextControlWithScene:scene]; 
    41         [SapphireFrontRowCompat setText:longError withAtrributes:[[BRThemeInfo sharedTheme] paragraphTextAttributes] forControl:text]; 
     41        [SapphireFrontRowCompat setText:longError withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:text]; 
    4242        [self addControl:text]; 
    4343        [self layoutFrame];