diff options
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 3 |
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; |