aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleEditorController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2011-01-17 14:31:57 +0000
committerBibiko <bibiko@eva.mpg.de>2011-01-17 14:31:57 +0000
commit2fdc963cc3941bc5bdfa94847df0a78b362e1280 (patch)
tree762beb51de918353ef96441420c16d19a1e00904 /Source/SPBundleEditorController.h
parent6376447ae7597c9556ee2ba279c23308681be851 (diff)
downloadsequelpro-2fdc963cc3941bc5bdfa94847df0a78b362e1280.tar.gz
sequelpro-2fdc963cc3941bc5bdfa94847df0a78b362e1280.tar.bz2
sequelpro-2fdc963cc3941bc5bdfa94847df0a78b362e1280.zip
• tried to fix in BundleEditor to auto-save the splitview settings in prefs (but up to now no success - help is needed)
Diffstat (limited to 'Source/SPBundleEditorController.h')
-rw-r--r--Source/SPBundleEditorController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h
index ac4c9e6b..81390824 100644
--- a/Source/SPBundleEditorController.h
+++ b/Source/SPBundleEditorController.h
@@ -27,7 +27,7 @@
#import "SPBundleCommandTextView.h"
#import "SPOutlineView.h"
-@class SRRecorderControl;
+@class SRRecorderControl, BWAnchoredButtonBar;
@interface SPBundleEditorController : NSWindowController {
@@ -64,6 +64,7 @@
IBOutlet NSView *bundleDataView;
IBOutlet NSScrollView *commandScrollView;
IBOutlet NSScrollView *descriptionScrollView;
+ IBOutlet BWAnchoredButtonBar *splitViewButtonBar;
IBOutlet id undeleteSheet;
IBOutlet NSTableView *undeleteTableView;