summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewController.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2010-02-19 20:35:18 +0000
committerdynaflash <[email protected]>2010-02-19 20:35:18 +0000
commit42b5c877042e8882e27f34741013c4ff1f504d56 (patch)
treeca7910f8f61d3c8dabc104d25b0a5232912515c2 /macosx/HBPreviewController.h
parent2543a7aed801cbfdc43d85f4a5ddce37960387c3 (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.h2
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;