- Timestamp:
- 11/05/09 17:56:15 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/FRAppliance/SapphireConfirmPrompt.m
r865 r939 36 36 37 37 subtitle = [SapphireFrontRowCompat newTextControlWithScene:scene]; 38 [SapphireFrontRowCompat setText:sub withAtrributes:[ [BRThemeInfo sharedTheme]paragraphTextAttributes] forControl:subtitle];38 [SapphireFrontRowCompat setText:sub withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:subtitle]; 39 39 40 40 [[self list] setDatasource:self]; … … 57 57 - (void)setText:(NSString *)theText 58 58 { 59 [SapphireFrontRowCompat setText:theText withAtrributes:[ [BRThemeInfo sharedTheme]paragraphTextAttributes] forControl:subtitle];59 [SapphireFrontRowCompat setText:theText withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:subtitle]; 60 60 61 61 NSRect master = [SapphireFrontRowCompat frameOfController:self];
