forked from organicmaps/organicmaps
Merge pull request #3835 from VladiMihaylenko/master
[ios] Changed key of autozoom.
This commit is contained in:
commit
c3dc1f0600
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue