aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleEditorController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPBundleEditorController.m')
-rw-r--r--Source/SPBundleEditorController.m7
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/SPBundleEditorController.m b/Source/SPBundleEditorController.m
index cb4ccf88..197ceee6 100644
--- a/Source/SPBundleEditorController.m
+++ b/Source/SPBundleEditorController.m
@@ -155,8 +155,7 @@ static NSString *SPSaveBundleAction = @"SPSaveBundle";
[allPopupScopeItems addObjectsFromArray:triggerGeneralArray];
[allPopupScopeItems addObjectsFromArray:withBlobDataTableArray];
- NSDictionary *menuItemTitles = @{
- allPopupScopeItems : @[
+ NSDictionary *menuItemTitles = [NSDictionary dictionaryWithObjects:@[
NSLocalizedString(@"None", @"Bundle Editor : Scope=General : Input source dropdown: 'None' item"),
NSLocalizedString(@"None", @"Bundle Editor : Scope=Field : Input source dropdown: 'None' item"),
@@ -212,8 +211,7 @@ static NSString *SPSaveBundleAction = @"SPSaveBundle";
NSLocalizedString(@"save BLOB as image file", @"Bundle Editor : BLOB dropdown : 'save BLOB as image file' item"),
NSLocalizedString(@"save BLOB as dat file", @"Bundle Editor : BLOB dropdown : 'save BLOB as dat file' item"),
- ]
- };
+ ] forKeys:allPopupScopeItems];
NSMenuItem *anItem;
for(NSString* title in inputGeneralScopeArray) {
@@ -2112,6 +2110,7 @@ static NSString *SPSaveBundleAction = @"SPSaveBundle";
[triggerInputFieldPopUpMenu release];
[triggerDataTablePopUpMenu release];
[triggerGeneralPopUpMenu release];
+ [withBlobDataTablePopUpMenu release];
[inputNonePopUpMenu release];
[inputGeneralScopeArray release];