Navigation Menu

Skip to content

Commit

Permalink
Merge branch 'master' into feature/duplicate_group
Browse files Browse the repository at this point in the history
  • Loading branch information
mstarke committed Aug 20, 2019
2 parents bf93ab5 + 145f27c commit b9fbe43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MacPass/MPReferenceBuilderViewController.m
Expand Up @@ -37,8 +37,8 @@ - (NSString *)nibName {
}

- (void)viewDidLoad {
self.searchKeyPopUpButton.menu = [self _allocateAttributeItemMenu:YES withTitle:NSLocalizedString(@"SEARCH_VALUE", "")];
self.valuePopUpButton.menu = [self _allocateAttributeItemMenu:NO withTitle:NSLocalizedString(@"OUTPUT_VALUE", "")];
self.searchKeyPopUpButton.menu = [self _allocateAttributeItemMenu:YES withTitle:NSLocalizedString(@"SEARCH_VALUE", "Search field for references lookup")];
self.valuePopUpButton.menu = [self _allocateAttributeItemMenu:NO withTitle:NSLocalizedString(@"OUTPUT_VALUE", "Value field for reference lookup")];
[self.searchStringTextField bind:NSValueBinding toObject:self withKeyPath:NSStringFromSelector(@selector(searchString)) options:nil];
[self _updateReferenceString];
}
Expand Down

0 comments on commit b9fbe43

Please sign in to comment.