- Timestamp:
- 11/05/09 17:56:15 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/Browser/SapphireErrorDisplayController.m
r728 r939 39 39 40 40 text = [SapphireFrontRowCompat newTextControlWithScene:scene]; 41 [SapphireFrontRowCompat setText:longError withAtrributes:[ [BRThemeInfo sharedTheme]paragraphTextAttributes] forControl:text];41 [SapphireFrontRowCompat setText:longError withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:text]; 42 42 [self addControl:text]; 43 43 [self layoutFrame];
