summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-04-05 18:57:26 +0000
committerdynaflash <[email protected]>2007-04-05 18:57:26 +0000
commitbda1114e6103c8eade3e4bb45f2f736325bffb2c (patch)
tree0d491e8a56a288c571397d449843b7c5ecd9bf42 /macosx/Controller.h
parentc229a3e74ddde33566cdf5dc48a304801b0810b7 (diff)
MacGui: Add PS3 Built in Preset. This needs to be tested by someone that has one (read: clee)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@482 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index 6debbf39c..572bf3806 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -205,7 +205,8 @@
- (IBAction) CloseAddPresetPanel: (id) sender;
- (NSDictionary *)CreatePreset;
- (NSDictionary *)CreateIpodPreset;
-- (NSDictionary *)CreateAppleTVPreset;
+- (NSDictionary *)CreateAppleTVPreset;
+- (NSDictionary *)CreatePSThreePreset;
- (IBAction) RevertPictureSizeToMax:(id)sender;