From 66816ea77548dcbb8f0eba29d0a3c12c75f408f7 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Fri, 7 Jan 2011 15:45:15 +0200 Subject: [PATCH] [iPhone] Changed red color for Download button --- iphone/Maps/Settings/CountriesViewController.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iphone/Maps/Settings/CountriesViewController.mm b/iphone/Maps/Settings/CountriesViewController.mm index 18499bb593..45b0565df8 100644 --- a/iphone/Maps/Settings/CountriesViewController.mm +++ b/iphone/Maps/Settings/CountriesViewController.mm @@ -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]; }