diff options
author | handbrake <[email protected]> | 2006-01-14 12:53:59 +0000 |
---|---|---|
committer | handbrake <[email protected]> | 2006-01-14 12:53:59 +0000 |
commit | a9a84221af31ca7d11d1aa182d8b152270203f9f (patch) | |
tree | da452de9a4d3bb509d59de4a65fe12e9fb8e7825 /macosx/English.lproj | |
parent | 939b35fc70bb688d38b086afebd8d14d8193d2c9 (diff) |
HandBrake 0.3
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r-- | macosx/English.lproj/InfoPlist.strings | bin | 0 -> 488 bytes | |||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/classes.nib | 70 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/info.nib | 29 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/objects.nib | bin | 0 -> 14905 bytes |
4 files changed, 99 insertions, 0 deletions
diff --git a/macosx/English.lproj/InfoPlist.strings b/macosx/English.lproj/InfoPlist.strings Binary files differnew file mode 100644 index 000000000..ae4f04858 --- /dev/null +++ b/macosx/English.lproj/InfoPlist.strings diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib new file mode 100644 index 000000000..df2438f40 --- /dev/null +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -0,0 +1,70 @@ +{ + IBClasses = ( + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + { + ACTIONS = { + BrowseDVD = id; + BrowseFile = id; + Cancel = id; + ClosePanel = id; + NextPicture = id; + PreviousPicture = id; + Resume = id; + Rip = id; + Scan = id; + ScanEnableIntf = id; + ShowPicturePanel = id; + Suspend = id; + UpdatePicture = id; + UpdatePopUp = id; + }; + CLASS = HBController; + LANGUAGE = ObjC; + OUTLETS = { + fAudioField = NSTextField; + fAudioPopUp = NSPopUpButton; + fAudioStepper = NSStepper; + fBlankView = NSView; + fBottomField = NSTextField; + fBottomStepper = NSStepper; + fCropButton = NSButton; + fDVDFolderField = NSTextField; + fDVDPopUp = NSPopUpButton; + fDeinterlaceCheck = NSButton; + fDonePanel = NSPanel; + fFileField = NSTextField; + fInfoField = NSTextField; + fLeftField = NSTextField; + fLeftStepper = NSStepper; + fPictureGLView = PictureGLView; + fPicturePanel = NSPanel; + fRightField = NSTextField; + fRightStepper = NSStepper; + fRipBrowseButton = NSButton; + fRipButton = NSButton; + fRipProgress = NSProgressIndicator; + fRipStatusField = NSTextField; + fRipView = NSView; + fScanBrowseButton = NSButton; + fScanButton = NSButton; + fScanMatrix = NSMatrix; + fScanProgress = NSProgressIndicator; + fScanStatusField = NSTextField; + fScanView = NSView; + fSuspendButton = NSButton; + fTitlePopUp = NSPopUpButton; + fTopField = NSTextField; + fTopStepper = NSStepper; + fTwoPassCheck = NSButton; + fVideoField = NSTextField; + fVideoStepper = NSStepper; + fWidthField = NSTextField; + fWidthStepper = NSStepper; + fWindow = NSWindow; + }; + SUPERCLASS = NSObject; + }, + {CLASS = PictureGLView; LANGUAGE = ObjC; SUPERCLASS = NSOpenGLView; } + ); + IBVersion = 1; +}
\ No newline at end of file diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib new file mode 100644 index 000000000..0dbd97023 --- /dev/null +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>IBDocumentLocation</key> + <string>109 136 381 380 0 0 1440 878 </string> + <key>IBEditorPositions</key> + <dict> + <key>249</key> + <string>510 472 420 258 0 0 1440 878 </string> + <key>256</key> + <string>454 372 420 466 0 0 1440 878 </string> + <key>29</key> + <string>407 469 205 44 0 0 1440 878 </string> + </dict> + <key>IBFramework Version</key> + <string>291.0</string> + <key>IBOpenObjects</key> + <array> + <integer>249</integer> + <integer>256</integer> + <integer>21</integer> + <integer>434</integer> + <integer>29</integer> + </array> + <key>IBSystem Version</key> + <string>6R73</string> +</dict> +</plist> diff --git a/macosx/English.lproj/MainMenu.nib/objects.nib b/macosx/English.lproj/MainMenu.nib/objects.nib Binary files differnew file mode 100644 index 000000000..a7849eb54 --- /dev/null +++ b/macosx/English.lproj/MainMenu.nib/objects.nib |