diff options
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r-- | Source/SPBundleEditorController.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h index b5001e0c..4a2468e0 100644 --- a/Source/SPBundleEditorController.h +++ b/Source/SPBundleEditorController.h @@ -43,12 +43,14 @@ IBOutlet NSPopUpButton* outputPopupButton; IBOutlet NSPopUpButton* scopePopupButton; IBOutlet NSButton *removeButton; + IBOutlet NSButton *addButton; IBOutlet NSMenuItem *duplicateMenuItem; IBOutlet NSMenuItem *revealInFinderMenuItem; IBOutlet SRRecorderControl *keyEquivalentField; IBOutlet NSTreeController *commandBundleTreeController; NSMutableArray *commandBundleArray; + NSMutableArray *touchedBundleArray; NSMutableDictionary *commandBundleTree; NSString *bundlePath; |