From 39acc61f00b719f69179e6add1513bb8886bd0e9 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sun, 29 Jul 2012 23:33:59 +0000 Subject: - Remove all BWToolKit views from the Bundle Editor window, replacing with normal equivalents and a SPSplitView - Remove the ShortcutRecorder instance defined in Interface Builder from the Bundle Editor window, replacing with an instance set up from code. This removes the only dependency on the Shortcut Recorder .ibplugin, making it no longer necessary for building the project. --- Source/SPBundleEditorController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/SPBundleEditorController.h') diff --git a/Source/SPBundleEditorController.h b/Source/SPBundleEditorController.h index 73dcbbc5..acdd60db 100644 --- a/Source/SPBundleEditorController.h +++ b/Source/SPBundleEditorController.h @@ -33,7 +33,7 @@ #import @class SRRecorderControl; -@class BWSplitView; +@class SPSplitView; @class SPOutlineView; @class SPBundleCommandTextView; @@ -68,7 +68,7 @@ IBOutlet SRRecorderControl *keyEquivalentField; IBOutlet NSButton *disabledCheckbox; IBOutlet NSScrollView *commandScrollView; - IBOutlet BWSplitView *splitView; + IBOutlet SPSplitView *splitView; IBOutlet NSWindow *undeleteSheet; IBOutlet NSWindow *metaInfoSheet; -- cgit v1.2.3