aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleEditorController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-11-25 18:15:04 +0000
committerBibiko <bibiko@eva.mpg.de>2010-11-25 18:15:04 +0000
commit29cb06ee02f5393c51d7b45d60e314a94c08e5b2 (patch)
treed3fb7c1f819256ae1ae24f16e02a7107e41e3542 /Source/SPBundleEditorController.h
parent946b196134295d5bb1d030b2c51e04930bcdd17f (diff)
downloadsequelpro-29cb06ee02f5393c51d7b45d60e314a94c08e5b2.tar.gz
sequelpro-29cb06ee02f5393c51d7b45d60e314a94c08e5b2.tar.bz2
sequelpro-29cb06ee02f5393c51d7b45d60e314a94c08e5b2.zip
• Bundle Editor
- FInished implementation to display bundles in an outline view
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r--Source/SPBundleEditorController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h
index bc25ff51..b08be971 100644
--- a/Source/SPBundleEditorController.h
+++ b/Source/SPBundleEditorController.h
@@ -47,9 +47,9 @@
IBOutlet NSMenuItem *duplicateMenuItem;
IBOutlet NSMenuItem *revealInFinderMenuItem;
IBOutlet SRRecorderControl *keyEquivalentField;
+ IBOutlet NSButton *disabledCheckbox;
IBOutlet NSTreeController *commandBundleTreeController;
- NSMutableArray *commandBundleArray;
NSMutableArray *touchedBundleArray;
NSMutableDictionary *commandBundleTree;
NSSortDescriptor *sortDescriptor;