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]; }