diff options
author | dynaflash <[email protected]> | 2007-06-29 17:00:01 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-06-29 17:00:01 +0000 |
commit | 51a8906f6c81e91c65df6b4732359ee32fbbe74b (patch) | |
tree | 59a1e4301d181c293c486c827d7737789dce78fd /macosx/English.lproj/MainMenu.nib | |
parent | 335b7a3c9938e14be5f0b21f3aca5d8500ad4310 (diff) |
MacGui: Add description field and tooltips for Presets
- Add description NSTextField to the Add New Preset Panel
- Added descriptions for the Built-In Presets (be sure to use "Update Built-In Presets" in the Presets menu to get descriptions)
- Added Tooltips to the presets drawer which shows the description of the preset.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@643 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/MainMenu.nib')
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/classes.nib | 2 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/info.nib | 3 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/keyedobjects.nib | bin | 122381 -> 123018 bytes |
3 files changed, 3 insertions, 2 deletions
diff --git a/macosx/English.lproj/MainMenu.nib/classes.nib b/macosx/English.lproj/MainMenu.nib/classes.nib index ecc18c019..e0a6c8585 100644 --- a/macosx/English.lproj/MainMenu.nib/classes.nib +++ b/macosx/English.lproj/MainMenu.nib/classes.nib @@ -102,6 +102,7 @@ fPictureController = PictureController; fPicturePanel = NSPanel; fPresetDrawer = NSDrawer; + fPresetNewDesc = NSTextField; fPresetNewName = NSTextField; fPresetNewPicSettingsPopUp = NSPopUpButton; fPresetSelectedDisplay = NSTextField; @@ -179,7 +180,6 @@ fX264optViewTitleLabel = NSTextField; fX264optWeightBLabel = NSTextField; fX264optWeightBSwitch = NSButton; - myOutlet = id; tableView = NSTableView; }; SUPERCLASS = NSObject; diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index b1714dc72..d207af74b 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -20,10 +20,11 @@ <key>IBOpenObjects</key> <array> <integer>1162</integer> + <integer>1867</integer> <integer>29</integer> </array> <key>IBSystem Version</key> - <string>8P2137</string> + <string>8R2218</string> <key>IBUserGuides</key> <dict> <key>21</key> diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib Binary files differindex cc8e15e18..708eaf536 100644 --- a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib +++ b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib |