diff --git a/MacPass/Base.lproj/InspectorView.xib b/MacPass/Base.lproj/InspectorView.xib index 7869119a..245d5b55 100644 --- a/MacPass/Base.lproj/InspectorView.xib +++ b/MacPass/Base.lproj/InspectorView.xib @@ -30,8 +30,8 @@ - - + + @@ -42,7 +42,7 @@ - + diff --git a/MacPass/MPFixAutotypeWindowController.m b/MacPass/MPFixAutotypeWindowController.m index 7f5090b9..a965ae58 100644 --- a/MacPass/MPFixAutotypeWindowController.m +++ b/MacPass/MPFixAutotypeWindowController.m @@ -180,7 +180,7 @@ NSString *const kMPIconCell = @"IconCell"; [[item autotype] setDefaultKeystrokeSequence:object]; } else if([item isKindOfClass:[KPKGroup class]]) { - [item setDefaultKeystrokeSequence:object]; + [item setDefaultAutoTypeSequence:object]; } else if([item isKindOfClass:[KPKWindowAssociation class]]) { [item setKeystrokeSequence:object];