forked from organicmaps/organicmaps
[iPhone] Changed red color for Download button
This commit is contained in:
parent
5c7956c1a2
commit
66816ea775
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue