[iPhone] Changed red color for Download button

This commit is contained in:
Alex Zolotarev 2011-01-07 15:45:15 +02:00 committed by Alex Zolotarev
parent 5c7956c1a2
commit 66816ea775

View file

@ -295,8 +295,8 @@ TIndex g_clickedIndex;
initWithTitle: strTitle
delegate: self
cancelButtonTitle: @"Cancel"
destructiveButtonTitle: strDownload
otherButtonTitles: nil];
destructiveButtonTitle: nil
otherButtonTitles: strDownload, nil];
[popupQuery showFromRect: [cell frame] inView: tableView animated: YES];
[popupQuery release];
}