X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJOutputController.m;h=0bb335f003cc38e12a7897121e44207811fe4f25;hp=cf758e6e399ab2acaa4fabea8f1613eeb2732304;hb=a693c12733277a53d38580d6a35222fa233a2af5;hpb=ef24a9ad6b36ca8a47c878c02b79b30e43933197 diff --git a/Classes/NJOutputController.m b/Classes/NJOutputController.m index cf758e6..0bb335f 100644 --- a/Classes/NJOutputController.m +++ b/Classes/NJOutputController.m @@ -280,7 +280,7 @@ } - (void)mappingListDidChange:(NSNotification *)note { - NSArray *mappings = note.userInfo[@"mappings"]; + NSArray *mappings = note.userInfo[NJMappingListKey]; NJMapping *current = mappingPopup.selectedItem.representedObject; [mappingPopup.menu removeAllItems]; for (NJMapping *mapping in mappings) {