diff options
author | dynaflash <[email protected]> | 2010-02-19 20:35:18 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2010-02-19 20:35:18 +0000 |
commit | 42b5c877042e8882e27f34741013c4ff1f504d56 (patch) | |
tree | ca7910f8f61d3c8dabc104d25b0a5232912515c2 /macosx/HBPreviewController.h | |
parent | 2543a7aed801cbfdc43d85f4a5ddce37960387c3 (diff) |
MacGui: Preview replace a method that was hastily removed in 3125 when removing Full Screen. Fixes broken window scaling.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3126 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreviewController.h')
-rw-r--r-- | macosx/HBPreviewController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPreviewController.h b/macosx/HBPreviewController.h index 38c86c99d..cbfd04c9c 100644 --- a/macosx/HBPreviewController.h +++ b/macosx/HBPreviewController.h @@ -79,7 +79,7 @@ - (NSString*) pictureSizeInfoString; - (IBAction)toggleScaleToScreen:(id)sender; - +- (IBAction)goWindowedScreen:(id)sender; /* HUD overlay */ - (void) startHudTimer; |