summaryrefslogtreecommitdiffstats
path: root/macosx/HBPicture.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBPicture.m')
-rw-r--r--macosx/HBPicture.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPicture.m b/macosx/HBPicture.m
index 639535f35..c2d89ecfd 100644
--- a/macosx/HBPicture.m
+++ b/macosx/HBPicture.m
@@ -353,7 +353,7 @@ NSString * const HBPictureChangedNotification = @"HBPictureChangedNotification";
if ([key isEqualToString:@"info"] || [key isEqualToString:@"summary"])
{
- retval = [NSSet setWithObjects:@"width", @"height",@"anamorphicMode", @"cropTop", @"cropBottom", @"cropLeft", @"cropRight", nil];
+ retval = [NSSet setWithObjects:@"parWidth", @"parHeight", @"displayWidth", @"width", @"height",@"anamorphicMode", @"cropTop", @"cropBottom", @"cropLeft", @"cropRight", nil];
}
return retval;