aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleEditorController.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2011-06-27 00:59:33 +0000
committerrowanbeentje <rowan@beent.je>2011-06-27 00:59:33 +0000
commitafda89c28347bf13bd8c69454a2261dd021c2f5f (patch)
tree90807c09045a19de3820f46c1c2d532887e1444d /Source/SPBundleEditorController.h
parent78a304974670b5feb06a7eea78ef9d1140d6d296 (diff)
downloadsequelpro-afda89c28347bf13bd8c69454a2261dd021c2f5f.tar.gz
sequelpro-afda89c28347bf13bd8c69454a2261dd021c2f5f.tar.bz2
sequelpro-afda89c28347bf13bd8c69454a2261dd021c2f5f.zip
- Add a bundle meta summary to the top of the bundle editor
- Rearrange the bundle editor interface further, building on Stuart's work in r3330; particularly focussing on logically grouping fields together. - Move the "Disable" checkbox to the bottom of the window, rename it to "Disable bundle" to make the intent clear, and update the interface when it is in NSOnState
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r--Source/SPBundleEditorController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h
index 96b85e26..7bcf84e2 100644
--- a/Source/SPBundleEditorController.h
+++ b/Source/SPBundleEditorController.h
@@ -53,6 +53,7 @@
IBOutlet NSButton *saveButton;
IBOutlet NSButton *cancelButton;
IBOutlet NSButton *helpButton;
+ IBOutlet NSTextField *metaInfoSummary;
IBOutlet NSButton *displayMetaInfoButton;
IBOutlet NSMenuItem *duplicateMenuItem;
IBOutlet NSMenuItem *revealInFinderMenuItem;