File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -520,16 +520,16 @@ + (NSButton*)makeButton {
520
520
+ (NSUInteger )recoveryOptionIndexForRecoveryOption : (NSInteger )recoveryOption {
521
521
NSUInteger recoveryOptionIndex ;
522
522
switch (recoveryOption) {
523
- case NSAlertFirstButtonReturn :
523
+ case NSAlertFirstButtonReturn : // 1000
524
524
recoveryOptionIndex = 0 ;
525
525
break ;
526
526
case NSAlertSecondButtonReturn :
527
- recoveryOptionIndex = 1 ;
527
+ recoveryOptionIndex = 1 ; // 1001
528
528
break ;
529
- case NSAlertThirdButtonReturn :
529
+ case NSAlertThirdButtonReturn : // 1002
530
530
recoveryOptionIndex = 2 ;
531
531
break ;
532
- case SSYAlertFourthButtonReturn :
532
+ case SSYAlertFourthButtonReturn : // 1003
533
533
recoveryOptionIndex = 3 ;
534
534
break ;
535
535
default :
You can’t perform that action at this time.
0 commit comments