diff --git a/MacPass/Base.lproj/MainMenu.xib b/MacPass/Base.lproj/MainMenu.xib index 31f8eb34..4a7b929b 100644 --- a/MacPass/Base.lproj/MainMenu.xib +++ b/MacPass/Base.lproj/MainMenu.xib @@ -1,8 +1,7 @@ - + - - + @@ -251,7 +250,7 @@ CA - + diff --git a/MacPass/MPDocument+Search.m b/MacPass/MPDocument+Search.m index f7a10afe..19a77822 100644 --- a/MacPass/MPDocument+Search.m +++ b/MacPass/MPDocument+Search.m @@ -55,7 +55,7 @@ NSString *const kMPDocumentSearchResultsKey = @"kMPDocumentSearchResul } #pragma mark Actions -- (IBAction)perfromCustomSearch:(id)sender { +- (IBAction)performCustomSearch:(id)sender { [self enterSearchWithContext:[MPEntrySearchContext userContext]]; } diff --git a/MacPass/MPDocument.h b/MacPass/MPDocument.h index ffbc6255..4d079eca 100644 --- a/MacPass/MPDocument.h +++ b/MacPass/MPDocument.h @@ -259,7 +259,7 @@ FOUNDATION_EXTERN NSString *const MPDocumentDidChangeSearchResults; FOUNDATION_EXTERN NSString *const kMPDocumentSearchResultsKey; @interface MPDocument (Search) -- (IBAction)perfromCustomSearch:(id)sender; +- (IBAction)performCustomSearch:(id)sender; - (void)enterSearchWithContext:(MPEntrySearchContext *)context; /* Should be called by the NSSearchTextField to update the search string */