diff options
author | ritsuka <[email protected]> | 2007-09-07 15:45:19 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2007-09-07 15:45:19 +0000 |
commit | d42a0a339f8dc328a6fafbfdb9d04a2add90b0cd (patch) | |
tree | 2ae549be80e80bc02220e088544f5003bf38c935 /macosx/English.lproj/AdvancedView.nib/info.nib | |
parent | 0d64d01626d4198ac9809a60a5fb673724b153d7 (diff) |
MacGui: Move x264 advanced options code to a new class (HBAdvancedController) and add a new nib to simplify future gui changes
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@934 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/AdvancedView.nib/info.nib')
-rw-r--r-- | macosx/English.lproj/AdvancedView.nib/info.nib | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/macosx/English.lproj/AdvancedView.nib/info.nib b/macosx/English.lproj/AdvancedView.nib/info.nib new file mode 100644 index 000000000..c21a0c3e6 --- /dev/null +++ b/macosx/English.lproj/AdvancedView.nib/info.nib @@ -0,0 +1,28 @@ +<?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>216 196 356 240 0 0 1440 878 </string> + <key>IBEditorPositions</key> + <dict> + <key>254</key> + <string>465 444 550 282 0 0 1440 878 </string> + <key>5</key> + <string>289 494 550 282 0 0 1440 878 </string> + </dict> + <key>IBFramework Version</key> + <string>446.1</string> + <key>IBLockedObjects</key> + <array> + <integer>5</integer> + <integer>254</integer> + </array> + <key>IBOpenObjects</key> + <array> + <integer>5</integer> + </array> + <key>IBSystem Version</key> + <string>8R2218</string> +</dict> +</plist> |