- Timestamp:
- 11/05/09 17:56:15 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/SapphireFrappliance/MetaDataImporting/SapphireImporterDataMenu.m
r919 r939 117 117 - (void)setText:(NSString *)theText 118 118 { 119 [SapphireFrontRowCompat setText:theText withAtrributes:[ [BRThemeInfo sharedTheme]paragraphTextAttributes] forControl:text];119 [SapphireFrontRowCompat setText:theText withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:text]; 120 120 121 121 NSRect master = [SapphireFrontRowCompat frameOfController:self]; … … 136 136 - (void)setFileProgress:(NSString *)theFileProgress 137 137 { 138 [SapphireFrontRowCompat setText:theFileProgress withAtrributes:[ [BRThemeInfo sharedTheme]paragraphTextAttributes] forControl:fileProgress];138 [SapphireFrontRowCompat setText:theFileProgress withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:fileProgress]; 139 139 140 140 NSRect master = [SapphireFrontRowCompat frameOfController:self]; … … 155 155 - (void)setCurrentFile:(NSString *)theCurrentFile 156 156 { 157 [SapphireFrontRowCompat setText:theCurrentFile withAtrributes:[ [BRThemeInfo sharedTheme]paragraphTextAttributes] forControl:currentFile];157 [SapphireFrontRowCompat setText:theCurrentFile withAtrributes:[SapphireFrontRowCompat paragraphTextAttributes] forControl:currentFile]; 158 158 159 159 NSRect master = [SapphireFrontRowCompat frameOfController:self];
