summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBPreviewController.m')
-rw-r--r--macosx/HBPreviewController.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBPreviewController.m b/macosx/HBPreviewController.m
index 76d756a0f..d13254ddc 100644
--- a/macosx/HBPreviewController.m
+++ b/macosx/HBPreviewController.m
@@ -6,6 +6,7 @@
#import "HBPreviewController.h"
#import "HBPreviewGenerator.h"
+#import "HBUtilities.h"
#import "Controller.h"
#import <QTKit/QTKit.h>
@@ -821,7 +822,7 @@ typedef enum ViewMode : NSUInteger {
if (!movie)
{
- [self.delegate writeToActivityLog: "showMoviePreview: Unable to open movie"];
+ [HBUtilities writeToActivityLog: "showMoviePreview: Unable to open movie"];
[self switchViewToMode:ViewModePicturePreview];
}
else