diff --git a/FMC Planner 2/ViewController.m b/FMC Planner 2/ViewController.m index ea20431..4f911d2 100644 --- a/FMC Planner 2/ViewController.m +++ b/FMC Planner 2/ViewController.m @@ -121,7 +121,9 @@ UIAlertAction *defaultAction = [UIAlertAction actionWithTitle:@"Cancel" style:UIAlertActionStyleCancel - handler:nil]; + handler:^(UIAlertAction *action) { + _screen.LSK_R1.text = _backupCoRte; + }]; UIAlertAction *loadAction = [UIAlertAction actionWithTitle:@"Load" style:UIAlertActionStyleDefault