diff options
author | Bibiko <bibiko@eva.mpg.de> | 2011-01-17 14:31:57 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2011-01-17 14:31:57 +0000 |
commit | 2fdc963cc3941bc5bdfa94847df0a78b362e1280 (patch) | |
tree | 762beb51de918353ef96441420c16d19a1e00904 /Source/SPBundleEditorController.h | |
parent | 6376447ae7597c9556ee2ba279c23308681be851 (diff) | |
download | sequelpro-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.h | 3 |
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; |