summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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