summaryrefslogtreecommitdiffstats
path: root/macosx/English.lproj/MainMenu.nib/classes.nib
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-07-06 15:32:34 +0000
committerdynaflash <[email protected]>2007-07-06 15:32:34 +0000
commitc844ec634f42c7a2092fe0829cf4663ea836a276 (patch)
tree6f292af378ded60bf28e94601635099bfe860740 /macosx/English.lproj/MainMenu.nib/classes.nib
parent57ccb9bd7ccd5431c2865de38862ac2ec8503059 (diff)
MacGui: Add auto crop value to main window
- shows if you are using Auto or Custom cropping in the Video tab of the main window. - Prepares controller.mm to better use custom/auto cropping values particularly with presets. - Required since auto crop is not currently stored in a title or job variable, and proper use of cropping for presets requires the preset to know what cropping to actually use. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@651 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/MainMenu.nib/classes.nib')
-rw-r--r--macosx/English.lproj/MainMenu.nib/classes.nib3
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib
index e0a6c8585..15620d1ec 100644
--- a/macosx/English.lproj/MainMenu.nib/classes.nib
+++ b/macosx/English.lproj/MainMenu.nib/classes.nib
@@ -88,6 +88,8 @@
fPicLabelSrcX = NSTextField;
fPicSettingARkeep = NSTextField;
fPicSettingARkeepDsply = NSTextField;
+ fPicSettingAutoCrop = NSTextField;
+ fPicSettingAutoCropDsply = NSTextField;
fPicSettingDeinterlace = NSTextField;
fPicSettingDeinterlaceDsply = NSTextField;
fPicSettingHeight = NSTextField;
@@ -206,6 +208,7 @@
CLASS = PictureController;
LANGUAGE = ObjC;
OUTLETS = {
+ fAutoCropMainWindow = NSTextField;
fCropBottomField = NSTextField;
fCropBottomStepper = NSStepper;
fCropLeftField = NSTextField;