summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-04-10 15:01:39 +0000
committerdynaflash <[email protected]>2007-04-10 15:01:39 +0000
commit9873ff7501966ade0d6a63e6b5af2baa3ea5959e (patch)
tree5b4950aa36a41ed3127b6d2c9cae2e81fcfa54a4 /macosx
parent1397a47e08cc77ad942f5d5b791238a0d3092d57 (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.mm2
-rw-r--r--macosx/English.lproj/MainMenu.nib/info.nib3
-rw-r--r--macosx/English.lproj/MainMenu.nib/keyedobjects.nibbin100429 -> 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
index 635a131a7..020401bd8 100644
--- a/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
+++ b/macosx/English.lproj/MainMenu.nib/keyedobjects.nib
Binary files differ