diff -r 304c6d32383a -r 9f1d79e01a60 project_files/HedgewarsMobile/Classes/MapConfigViewController.m --- a/project_files/HedgewarsMobile/Classes/MapConfigViewController.m Mon Jul 05 22:42:43 2010 +0200 +++ b/project_files/HedgewarsMobile/Classes/MapConfigViewController.m Tue Jul 06 03:33:01 2010 +0200 @@ -284,7 +284,7 @@ cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:CellIdentifier] autorelease]; if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) { - cell.textLabel.textColor = [UIColor yellowColor]; //TODO: find proper color + cell.textLabel.textColor = [UIColor colorWithRed:(CGFloat)0xFE/255 green:(CGFloat)0xCB/255 blue:0 alpha:1 ]; } if (self.segmentedControl.selectedSegmentIndex != 1) {