diff options
author | dynaflash <[email protected]> | 2007-04-10 15:01:39 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-04-10 15:01:39 +0000 |
commit | 9873ff7501966ade0d6a63e6b5af2baa3ea5959e (patch) | |
tree | 5b4950aa36a41ed3127b6d2c9cae2e81fcfa54a4 /macosx | |
parent | 1397a47e08cc77ad942f5d5b791238a0d3092d57 (diff) |
MacGui: Presets - fix bug where editing the preset name corrupts the x264 option strings in the presets
- expand the hidden x264 option string display debugging field in the main window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@491 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Controller.mm | 2 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/info.nib | 3 | ||||
-rw-r--r-- | macosx/English.lproj/MainMenu.nib/keyedobjects.nib | bin | 100429 -> 100412 bytes |
3 files changed, 2 insertions, 3 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 2ecd30512..51a712a0b 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -2124,7 +2124,7 @@ id theRecord, theValue; id theRecord; theRecord = [UserPresets objectAtIndex:rowIndex]; - [theRecord setObject:anObject forKey:[aTableColumn identifier]]; + [theRecord setObject:anObject forKey:@"PresetName"]; /* We Sort the Presets By Factory or Custom */ NSSortDescriptor * presetTypeDescriptor=[[[NSSortDescriptor alloc] initWithKey:@"Type" ascending:YES] autorelease]; diff --git a/macosx/English.lproj/MainMenu.nib/info.nib b/macosx/English.lproj/MainMenu.nib/info.nib index 124733839..54edcedb3 100644 --- a/macosx/English.lproj/MainMenu.nib/info.nib +++ b/macosx/English.lproj/MainMenu.nib/info.nib @@ -20,10 +20,9 @@ <key>IBOpenObjects</key> <array> <integer>29</integer> + <integer>1162</integer> <integer>1438</integer> <integer>21</integer> - <integer>1867</integer> - <integer>1162</integer> </array> <key>IBSystem Version</key> <string>8P2137</string> diff --git a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib Binary files differindex 635a131a7..020401bd8 100644 --- a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib +++ b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib |