summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index fc5260f02..19664c1b4 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -14,7 +14,7 @@
#include "ScanController.h"
#include "PictureController.h"
#include "QueueController.h"
-
+#import "MVMenuButton.h"
@class HBOutputPanelController;
@interface HBController : NSObject <GrowlApplicationBridgeDelegate>
@@ -211,7 +211,8 @@
IBOutlet NSTableView * tableView;
IBOutlet NSButton * fPresetsAdd;
IBOutlet NSButton * fPresetsDelete;
- IBOutlet NSButton * fPresetMakeDefault;
+ IBOutlet MVMenuButton * fPresetsActionButton;
+ IBOutlet NSMenu * fPresetsActionMenu;
hb_handle_t * fHandle;
hb_title_t * fTitle;