From 2fdc963cc3941bc5bdfa94847df0a78b362e1280 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 17 Jan 2011 14:31:57 +0000 Subject: =?UTF-8?q?=E2=80=A2=20tried=20to=20fix=20in=20BundleEditor=20to?= =?UTF-8?q?=20auto-save=20the=20splitview=20settings=20in=20prefs=20(but?= =?UTF-8?q?=20up=20to=20now=20no=20success=20-=20help=20is=20needed)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPBundleEditorController.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/SPBundleEditorController.h') 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; -- cgit v1.2.3