[ios] Fixed missing "cancel" button in unsaved editor changes dialog.

This commit is contained in:
Ilya Grechuhin 2016-03-16 17:34:27 +03:00 committed by Sergey Yershov
parent faf0a25da0
commit 7fbcaf8515

View file

@ -80,7 +80,7 @@ static NSString * const kDefaultAlertNibName = @"MWMDefaultAlert";
return [self defaultAlertWithTitle:@"please_note"
message:@"downloader_delete_map_dialog"
rightButtonTitle:@"delete"
leftButtonTitle:nil
leftButtonTitle:@"cancel"
rightButtonAction:okBlock];
}