[ios] Changed key of autozoom.

This commit is contained in:
VladiMihaylenko 2016-07-19 14:57:19 +03:00
parent 24e7b3f7c7
commit 0e0599c4c4

View file

@ -202,7 +202,7 @@ typedef NS_ENUM(NSUInteger, Section)
cell = [tableView dequeueReusableCellWithIdentifier:[SwitchCell className]];
SwitchCell * customCell = static_cast<SwitchCell *>(cell);
customCell.switchButton.on = GetFramework().LoadAutoZoom();
customCell.titleLabel.text = L(@"pref_autozoom_enable_title");
customCell.titleLabel.text = L(@"pref_map_auto_zoom");
customCell.delegate = self;
break;
}