summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2008-12-12 15:53:15 +0000
committerdynaflash <[email protected]>2008-12-12 15:53:15 +0000
commit1a295f78e540e2c086e07615efeaf1c3268637eb (patch)
treef01fbb12a11db4fabe68632b9b299403315a75e3 /macosx/Controller.h
parent53d51e1e9ca1e766bcaa92360cc77e48f0b6d46a (diff)
MacGui: Add "Picture Settings" toolbar item to main window toolbar
- Currently uses the same icon as the picture item in the preferences toolbar - Performs same function as the "Picture Settings ..." button in the video tab which is to say it opens the picture settings window - Removed the "Picture Settings ..." button in the video tab git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2021 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index 453b48017..5ab03c60b 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -198,7 +198,6 @@ BOOL fIsDragging;
ChapterTitles * fChapterTitlesDelegate;
/* Bottom */
- IBOutlet NSButton * fPictureButton;
IBOutlet NSTextField * fStatusField;
IBOutlet NSProgressIndicator * fRipIndicator;
BOOL fRipIndicatorShown;