summaryrefslogtreecommitdiffstats
path: root/macosx/HBPictureHUDController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBPictureHUDController.m')
-rw-r--r--macosx/HBPictureHUDController.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBPictureHUDController.m b/macosx/HBPictureHUDController.m
index bb3168112..3a77d580d 100644
--- a/macosx/HBPictureHUDController.m
+++ b/macosx/HBPictureHUDController.m
@@ -154,9 +154,9 @@
self.fitToView = !self.fitToView;
}
-- (IBAction)showPictureSettings:(id)sender
+- (IBAction)showCroppingSettings:(id)sender
{
- [self.delegate showPictureSettings];
+ [self.delegate showCroppingSettings:sender];
}
- (IBAction)createMoviePreview:(id)sender