summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-08-02 05:11:48 +0000
committerdynaflash <[email protected]>2007-08-02 05:11:48 +0000
commit891ea7118f8ca6d60e3920cbed100ae2a7f8bad1 (patch)
tree849b13abc67b6b09a3fbcd7c101144cf689454e7 /macosx/Controller.h
parent8cb0b130a99d34794a9223553478ca23830f9f2c (diff)
MacGui: Use Ritsuka's gear icon at the bottom of the preset drawer.
- Thanks Ritsuka! - Replaces fugly "Make Default" and "Update" buttons - Contains a contextual menu which currently contains "Make Default" and "Update Built-In Presets" git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@779 b64f7644-9d1e-0410-96f1-a4d463321fa5
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;